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 9e8484c commit bf3508c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ steps:

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

- task: DeleteFiles@1
Expand Down

0 comments on commit bf3508c

Please sign in to comment.