We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df4446 commit 41454dfCopy full SHA for 41454df
.azure-pipelines/jobs/prod-pack.yml
@@ -1,10 +1,10 @@
1
steps:
2
- template: ../steps/download-dist.yml
3
- template: ../steps/install-nodejs.yml
4
- - bash: mv $(npm pack ./dist --silent) prettier.tgz
+ - bash: mv $(npm pack ./dist --silent) $(System.DefaultWorkingDirectory)/prettier.tgz
5
displayName: "Pack dist"
6
- task: PublishPipelineArtifact@0
7
inputs:
8
artifactName: "dist.tgz"
9
- targetPath: prettier.tgz
+ targetPath: $(System.DefaultWorkingDirectory)/prettier.tgz
10
displayName: "Upload dist.tgz"
0 commit comments