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 ab53699 commit 84ba42dCopy full SHA for 84ba42d
azure-pipelines.yml
@@ -58,7 +58,7 @@ extends:
58
displayName: Run unit tests
59
- task: Npm@1
60
displayName: Publish azure-devops-node-api to npm
61
- condition: and(succeeded(), in(variables['build.reason'], 'IndividualCI', 'BatchedCI', 'Manual'), eq(variables['build.sourcebranchname'], 'master'))
+ condition: and(succeeded(), in(variables['build.reason'], 'IndividualCI', 'BatchedCI', 'Manual'), eq(variables['build.sourcebranchname'], 'master'), and(variables['npmVersion'], '8'))
62
inputs:
63
command: custom
64
customCommand: publish --tag prerelease
0 commit comments