diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6daf54c2..90b557e1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -58,7 +58,7 @@ extends: displayName: Run unit tests - task: Npm@1 displayName: Publish azure-devops-node-api to npm - 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')) inputs: command: custom customCommand: publish --tag prerelease