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 1bed886 commit a75ae9cCopy full SHA for a75ae9c
azure-pipelines.yml
@@ -79,7 +79,7 @@ jobs:
79
npm publish || true # Ignore publish failures, usually will happen because package already exists
80
displayName: (azure-pipelines-task-lib) npm publish
81
workingDirectory: node
82
- condition: and(succeeded(), in(variables['build.reason'], 'IndividualCI', 'BatchedCI', 'Manual'), in(variables['build.sourcebranchname'], 'master', '4.x'))
+ condition: and(succeeded(), in(variables['build.reason'], 'IndividualCI', 'BatchedCI', 'Manual'), in(variables['build.sourcebranchname'], 'master', 'releases/4.x'))
83
env:
84
NPM_TOKEN: $(npmPublishToken)
85
0 commit comments