Skip to content

Commit

Permalink
Update cd-pipeline.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
rdelrosario committed May 30, 2020
1 parent 7f67b6a commit 13b89ee
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,9 @@ steps:
SourceFolder: '$(build.artifactstagingdirectory)/beta'
Contents: '*.symbols.nupkg'

- bash: echo $(build.artifactstagingdirectory)'/beta'

- task: DeleteFiles@1
inputs:
SourceFolder: $(build.sourcesdirectory)
Contents: '*.symbols.nupkg'


- task: DeleteFiles@1
inputs:
SourceFolder: $(build.binariesdirectory)
SourceFolder: '$(build.artifactstagingdirectory)/final'
Contents: '*.symbols.nupkg'

# publish the artifacts as results of the build
Expand Down

0 comments on commit 13b89ee

Please sign in to comment.