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 76d444a commit 3e77aa9Copy full SHA for 3e77aa9
azure-pipelines.yml
@@ -95,7 +95,7 @@ jobs:
95
# update dependents
96
- template: azure-pipelines-templates/update-dependents.yml@templates
97
parameters:
98
- ${{ if eq(variables['UPDATE_DEPENDENTS'], 'false') }}:
+ ${{ if eq(variables['UPDATE_DEPENDENTS'], 'true') }}:
99
waitBeforeUpdate: false
100
${{ else }}:
101
waitBeforeUpdate: true
0 commit comments