Set retryCountOnTaskFailure for idempotent AzurePowerShell task (#5654)
* Set retryCountOnTaskFailure for idempotent AzurePowerShell task * Review feedback: 3
This commit is contained in:
parent
af92a6980a
commit
2098095d68
@ -13,3 +13,6 @@ steps:
|
||||
ScriptPath: eng/scripts/Set-VcpkgWriteModeCache.ps1
|
||||
azurePowerShellVersion: LatestVersion
|
||||
pwsh: true
|
||||
# This step is idempotent and can be run multiple times in cases of
|
||||
# failure and partial execution.
|
||||
retryCountOnTaskFailure: 3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user