Skip to content

Commit 93ef7b8

Browse files
committed
Update cd-pipeline.yml for Azure Pipelines
1 parent 85056f4 commit 93ef7b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cd-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ steps:
5050
- task: DeleteFiles@1
5151
inputs:
5252
SourceFolder: $(build.artifactstagingdirectory)
53-
Contents: '**\*.symbols.nupkg'
53+
Contents: '*.symbols.nupkg'
5454

5555
- task: DeleteFiles@1
5656
inputs:
5757
SourceFolder: $(build.sourcesdirectory)
58-
Contents: '**\*.symbols.nupkg'
58+
Contents: '*.symbols.nupkg'
5959

6060

6161
- task: DeleteFiles@1
6262
inputs:
6363
SourceFolder: $(build.binariesdirectory)
64-
Contents: '**\*.symbols.nupkg'
64+
Contents: '*.symbols.nupkg'
6565

6666
# publish the artifacts as results of the build
6767
- task: PublishBuildArtifacts@1

0 commit comments

Comments
 (0)