diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3acd7558ff..444fcbea94 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,13 +27,11 @@ jobs: displayName: 'npm run test-all' - - task: DownloadBuildArtifacts@1 + - task: PublishPipelineArtifact@1 condition: eq(variables['System.debug'], 'true') inputs: - buildType: 'current' - downloadType: 'specific' - downloadPath: '$(System.ArtifactsDirectory)' - cleanDestinationFolder: true + targetPath: '$(Pipeline.Workspace)' + publishLocation: 'pipeline' trigger: - master