We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aff428 commit 9756ffdCopy full SHA for 9756ffd
1 file changed
build/azure-pipeline.npm.yml
@@ -98,12 +98,16 @@ extends:
98
- job: PublishPackage
99
displayName: Publish npm package
100
steps:
101
+ - download: current
102
+ artifact: npm-package
103
+ displayName: Download npm-package artifact
104
+
105
- template: MicroBuild.Publish.yml@MicroBuildTemplate
106
parameters:
107
intent: 'PackageDistribution'
108
contentType: 'npm'
109
contentSource: 'Folder'
- folderLocation: '$(Build.ArtifactStagingDirectory)'
110
+ folderLocation: '$(Pipeline.Workspace)/npm-package'
111
waitForReleaseCompletion: true
112
owners: 'grwheele@microsoft.com'
113
approvers: 'eduardovil@microsoft.com'
0 commit comments