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 84ba42d commit bed51e4Copy full SHA for bed51e4
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'), and(variables['npmVersion'], '8'))
+ condition: and(succeeded(), in(variables['build.reason'], 'IndividualCI', 'BatchedCI', 'Manual'), eq(variables['build.sourcebranchname'], 'master'), eq(variables['npmVersion'], '8'))
62
inputs:
63
command: custom
64
customCommand: publish --tag prerelease
0 commit comments