Set retryCountOnTaskFailure for idempotent AzurePowerShell task (#5654)

* Set retryCountOnTaskFailure for idempotent AzurePowerShell task
* Review feedback: 3
This commit is contained in:
Daniel Jurek 2024-05-23 12:33:06 -07:00 committed by GitHub
parent af92a6980a
commit 2098095d68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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