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 5e3a089 commit 07f32c1Copy full SHA for 07f32c1
azure-pipelines.yml
@@ -94,7 +94,10 @@ jobs:
94
# update dependents
95
- template: azure-pipelines-templates/update-dependents.yml@templates
96
parameters:
97
- waitBeforeUpdate: eq(variables['UPDATE_DEPENDENTS'], 'false')
+ ${{ if eq(variables['UPDATE_DEPENDENTS'], 'true') }}:
98
+ waitBeforeUpdate: false
99
+ ${{ else }}:
100
+ waitBeforeUpdate: true
101
repositoriesToUpdate: |
102
nanoFramework.Json
103
nanoFramework.m2mqtt
0 commit comments