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 4a3cfa4 commit 0d1b977Copy full SHA for 0d1b977
azure-pipelines.yml
@@ -68,7 +68,7 @@ jobs:
68
69
# build MDP
70
- job: Build_MDP
71
- condition: not( or( eq(dependencies.Get_Build_Flags.outputs['GetPRLabels.RUN_UPDATE_DEPENDENTS'], 'true'), eq(variables['UPDATE_DEPENDENTS'], 'true') ) )
+ condition: eq(variables['UPDATE_DEPENDENTS'], 'false')
72
73
dependsOn:
74
- Get_Build_Flags
0 commit comments