We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f6191 commit 51967d0Copy full SHA for 51967d0
build/azure-pipeline.npm.yml
@@ -79,6 +79,11 @@ extends:
79
jobs:
80
- job: BuildPackage
81
displayName: Build npm package
82
+ templateContext:
83
+ outputs:
84
+ - output: buildArtifacts
85
+ PathtoPublish: $(Build.ArtifactStagingDirectory)
86
+ ArtifactName: npm-package
87
steps:
88
- ${{ each step in parameters.buildSteps }}:
89
- ${{ step }}
0 commit comments