We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f67b6a commit 13b89eeCopy full SHA for 13b89ee
cd-pipeline.yml
@@ -52,17 +52,9 @@ steps:
52
SourceFolder: '$(build.artifactstagingdirectory)/beta'
53
Contents: '*.symbols.nupkg'
54
55
-- bash: echo $(build.artifactstagingdirectory)'/beta'
56
-
57
- task: DeleteFiles@1
58
inputs:
59
- SourceFolder: $(build.sourcesdirectory)
60
- Contents: '*.symbols.nupkg'
61
62
63
-- task: DeleteFiles@1
64
- inputs:
65
- SourceFolder: $(build.binariesdirectory)
+ SourceFolder: '$(build.artifactstagingdirectory)/final'
66
67
68
# publish the artifacts as results of the build
0 commit comments