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 a283095 commit aa826adCopy full SHA for aa826ad
azure-pipelines.yml
@@ -95,6 +95,10 @@ jobs:
95
# update dependents
96
- template: azure-pipelines-templates/update-dependents.yml@templates
97
parameters:
98
+ ${{ if eq(variables['UPDATE_DEPENDENTS'], 'false') }}:
99
+ waitBeforeUpdate: false
100
+ ${{ else }}:
101
+ waitBeforeUpdate: true
102
repositoriesToUpdate: |
103
System.Net.Http
104
System.Net.WebSockets
0 commit comments