Skip to content

Commit 88f935d

Browse files
committed
Work CI-CD
- Fix yaml syntax. ***NO_CI***
1 parent 54c1286 commit 88f935d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
# update could build number (only possible if this is not a PR from a fork)
174174
- task: PowerShell@2
175-
condition: succeeded()
175+
condition: succeeded()
176176
displayName: Update cloud build number
177177
inputs:
178178
targetType: 'inline'
@@ -282,9 +282,8 @@ jobs:
282282
eq(dependencies.Get_Build_Flags.outputs['GetPRLabels.RUN_UPDATE_DEPENDENTS'], 'true'),
283283
eq(variables['UPDATE_DEPENDENTS'], 'true')
284284
),
285-
eq(variables['System.PullRequest.PullRequestId'], ''),
285+
eq(variables['System.PullRequest.PullRequestId'], '')
286286
)
287-
288287
dependsOn:
289288
- Get_Build_Flags
290289
- Build_Test_Framework

0 commit comments

Comments
 (0)