We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30715fe commit e7b31e7Copy full SHA for e7b31e7
1 file changed
azure-pipelines.release.yml
@@ -57,8 +57,8 @@ extends:
57
Contents: 'typescript-*.tgz'
58
TargetFolder: '$(Build.ArtifactStagingDirectory)'
59
60
- - task: PublishPipelineArtifact@0
61
- displayName: 'Publish Pipeline Artifact'
62
- inputs:
63
- artifactName: tgz
+ templateContext:
+ outputs:
+ - output: pipelineArtifact
64
targetPath: '$(Build.ArtifactStagingDirectory)'
+ artifactName: tgz
0 commit comments