Skip to content

Commit

Permalink
Set artifacts names in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
torrentalle committed May 4, 2019
1 parent d02fdc0 commit a365cc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
OverWrite: true
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'extension'
artifactName: 'package'
targetPath: 'package'
- job: Install_Windows
dependsOn: Test
Expand All @@ -74,7 +74,7 @@ jobs:
verbose: false
- task: DownloadPipelineArtifact@0
inputs:
artifactName: 'extension'
artifactName: 'package'
targetPath: $(System.DefaultWorkingDirectory)
- task: Npm@1
displayName: 'Compile sources'
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
verbose: false
- task: DownloadPipelineArtifact@0
inputs:
artifactName: 'extension'
artifactName: 'package'
targetPath: $(System.DefaultWorkingDirectory)
- task: Npm@1
displayName: 'Compile sources'
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
verbose: false
- task: DownloadPipelineArtifact@0
inputs:
artifactName: 'extension'
artifactName: 'package'
targetPath: $(System.DefaultWorkingDirectory)
- task: Npm@1
displayName: 'Compile sources'
Expand Down

0 comments on commit a365cc1

Please sign in to comment.