From a365cc1425ca26eb1c2d2689ba6103a13c480620 Mon Sep 17 00:00:00 2001 From: Albert Moreno Date: Sat, 4 May 2019 13:13:57 +0200 Subject: [PATCH] Set artifacts names in pipelines --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 95a1023..b5a1541 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -52,7 +52,7 @@ jobs: OverWrite: true - task: PublishPipelineArtifact@0 inputs: - artifactName: 'extension' + artifactName: 'package' targetPath: 'package' - job: Install_Windows dependsOn: Test @@ -74,7 +74,7 @@ jobs: verbose: false - task: DownloadPipelineArtifact@0 inputs: - artifactName: 'extension' + artifactName: 'package' targetPath: $(System.DefaultWorkingDirectory) - task: Npm@1 displayName: 'Compile sources' @@ -117,7 +117,7 @@ jobs: verbose: false - task: DownloadPipelineArtifact@0 inputs: - artifactName: 'extension' + artifactName: 'package' targetPath: $(System.DefaultWorkingDirectory) - task: Npm@1 displayName: 'Compile sources' @@ -160,7 +160,7 @@ jobs: verbose: false - task: DownloadPipelineArtifact@0 inputs: - artifactName: 'extension' + artifactName: 'package' targetPath: $(System.DefaultWorkingDirectory) - task: Npm@1 displayName: 'Compile sources'