Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Fix release pipeline directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Aug 20, 2019
1 parent 04df5cf commit efeac65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ stages:
displayName: 'Download Pipeline Artifact'
inputs:
artifactName: npm
targetPath: '$(System.DefaultWorkingDirectory)'
targetPath: '$(System.DefaultWorkingDirectory)/npm'

- task: ExtractFiles@1
displayName: 'Extract package'
Expand Down

0 comments on commit efeac65

Please sign in to comment.