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 54c1286 commit 88f935dCopy full SHA for 88f935d
azure-pipelines.yml
@@ -172,7 +172,7 @@ jobs:
172
173
# update could build number (only possible if this is not a PR from a fork)
174
- task: PowerShell@2
175
- condition: succeeded()
+ condition: succeeded()
176
displayName: Update cloud build number
177
inputs:
178
targetType: 'inline'
@@ -282,9 +282,8 @@ jobs:
282
eq(dependencies.Get_Build_Flags.outputs['GetPRLabels.RUN_UPDATE_DEPENDENTS'], 'true'),
283
eq(variables['UPDATE_DEPENDENTS'], 'true')
284
),
285
- eq(variables['System.PullRequest.PullRequestId'], ''),
+ eq(variables['System.PullRequest.PullRequestId'], '')
286
)
287
-
288
dependsOn:
289
- Get_Build_Flags
290
- Build_Test_Framework
0 commit comments