From 13b89ee6c9a77e90b506462818992d8998f0e74b Mon Sep 17 00:00:00 2001 From: Rendy Del Rosario Date: Sat, 30 May 2020 15:37:06 -0400 Subject: [PATCH] Update cd-pipeline.yml for Azure Pipelines --- cd-pipeline.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/cd-pipeline.yml b/cd-pipeline.yml index db6d6e2..7337c18 100644 --- a/cd-pipeline.yml +++ b/cd-pipeline.yml @@ -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