We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f335a9 commit 5ebc90fCopy full SHA for 5ebc90f
1 file changed
azure-pipelines.yml
@@ -20,8 +20,7 @@ steps:
20
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
21
cd _build
22
npm publish || true # Ignore publish failures, usually will happen because package already exists
23
- displayName: (azure-pipelines-task-lib) npm publish
24
- workingDirectory: node
+ displayName: npm publish
25
condition: and(succeeded(), in(variables['build.reason'], 'IndividualCI', 'BatchedCI', 'Manual'), eq(variables['build.sourcebranchname'], 'master'))
26
env:
27
- NPM_TOKEN: $(npmPublishToken)
+ NPM_TOKEN: $(npmPublishToken)
0 commit comments