Skip to content

Commit 0d1b977

Browse files
committed
Work CI-CD
- Fix condition for building MDP.
1 parent 4a3cfa4 commit 0d1b977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
# build MDP
7070
- job: Build_MDP
71-
condition: not( or( eq(dependencies.Get_Build_Flags.outputs['GetPRLabels.RUN_UPDATE_DEPENDENTS'], 'true'), eq(variables['UPDATE_DEPENDENTS'], 'true') ) )
71+
condition: eq(variables['UPDATE_DEPENDENTS'], 'false')
7272

7373
dependsOn:
7474
- Get_Build_Flags

0 commit comments

Comments
 (0)