Skip to content

Commit 8b88a12

Browse files
committed
Update cd-pipeline.yml for Azure Pipelines
1 parent 570d422 commit 8b88a12

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

cd-pipeline.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@ steps:
5252
SourceFolder: '$(build.artifactstagingdirectory)'
5353
Contents: '**\*.symbols.nupkg'
5454

55+
- task: DeleteFiles@1
56+
inputs:
57+
SourceFolder: '$(build.sourcesdirectory)'
58+
Contents: '**\*.symbols.nupkg'
59+
60+
61+
- task: DeleteFiles@1
62+
inputs:
63+
SourceFolder: '$(build.binariesdirectory)'
64+
Contents: '**\*.symbols.nupkg'
65+
5566
# publish the artifacts as results of the build
5667
- task: PublishBuildArtifacts@1
5768
displayName: 'Publish Artifact: drop'

0 commit comments

Comments
 (0)