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 23cacdb commit b92c314Copy full SHA for b92c314
azure-pipelines.yml
@@ -136,12 +136,12 @@ jobs:
136
condition: >-
137
or(
138
and(
139
- not(or(failed(), canceled()),
+ not(or(failed(), canceled())),
140
startsWith(variables['Build.SourceBranch'], 'refs/heads/main'),
141
eq(variables['StartReleaseCandidate'], 'false')
142
),
143
144
145
eq(variables['System.PullRequest.PullRequestId'], ''),
146
contains(variables['Build.SourceVersionMessage'], '***UPDATE_DEPENDENTS***'),
147
0 commit comments