Skip to content

Commit 4e8ce0b

Browse files
committed
Update cd-pipeline.yml for Azure Pipelines
1 parent fc9c3a9 commit 4e8ce0b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cd-pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ steps:
5454
displayName: 'Publish Artifact: drop'
5555

5656

57+
- task: DeleteFiles@1
58+
inputs:
59+
SourceFolder: '$(build.artifactstagingdirectory)'
60+
Contents: '**\*.symbols.nupkg'
61+

0 commit comments

Comments
 (0)