We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85056f4 commit 93ef7b8Copy full SHA for 93ef7b8
1 file changed
cd-pipeline.yml
@@ -50,18 +50,18 @@ steps:
50
- task: DeleteFiles@1
51
inputs:
52
SourceFolder: $(build.artifactstagingdirectory)
53
- Contents: '**\*.symbols.nupkg'
+ Contents: '*.symbols.nupkg'
54
55
56
57
SourceFolder: $(build.sourcesdirectory)
58
59
60
61
62
63
SourceFolder: $(build.binariesdirectory)
64
65
66
# publish the artifacts as results of the build
67
- task: PublishBuildArtifacts@1
0 commit comments