Skip to content

Commit 13b89ee

Browse files
committed
Update cd-pipeline.yml for Azure Pipelines
1 parent 7f67b6a commit 13b89ee

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

cd-pipeline.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,9 @@ steps:
5252
SourceFolder: '$(build.artifactstagingdirectory)/beta'
5353
Contents: '*.symbols.nupkg'
5454

55-
- bash: echo $(build.artifactstagingdirectory)'/beta'
56-
5755
- task: DeleteFiles@1
5856
inputs:
59-
SourceFolder: $(build.sourcesdirectory)
60-
Contents: '*.symbols.nupkg'
61-
62-
63-
- task: DeleteFiles@1
64-
inputs:
65-
SourceFolder: $(build.binariesdirectory)
57+
SourceFolder: '$(build.artifactstagingdirectory)/final'
6658
Contents: '*.symbols.nupkg'
6759

6860
# publish the artifacts as results of the build

0 commit comments

Comments
 (0)