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 daf9961 commit bb2f47eCopy full SHA for bb2f47e
azure-pipelines.yml
@@ -337,6 +337,12 @@ jobs:
337
- script: nbgv cloud -a -c
338
condition: succeeded()
339
displayName: Set build number
340
+
341
+ # wait for 15min to allow the 1st batch to get updated
342
+ # only if this wasn't triggered by the pipeline
343
+ - powershell: Start-Sleep -Seconds (15*60)
344
+ displayName: Wait for 15min
345
+ condition: eq(variables['UPDATE_DEPENDENTS'], 'false')
346
347
# update dependents
348
- task: PowerShell@2
0 commit comments