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 a8a7c5a commit 1bee184Copy full SHA for 1bee184
azure-pipelines.yml
@@ -80,6 +80,13 @@ extends:
80
inputs:
81
versionSpec: 16.x
82
displayName: Install node
83
+ - task: NpmAuthenticate@0
84
+ inputs:
85
+ workingFile: .npmrc
86
+ - script: npm install
87
+ displayName: npm install
88
+ - script: npm run build
89
+ displayName: npm run build
90
- bash: |
91
package_name=$(npm pkg get name version | jq -r '"\(.name)@\(.version)"')
92
echo "##vso[task.setvariable variable=npm_package]$package_name"
0 commit comments