Skip to content

Commit 2c03f78

Browse files
bergmeisterJamesWTruhersdwheeler
authored
CI: Retry test tasks in case of failure to reduce sporadic failures (#1770)
* CI Retry test tasks in case of failure * pull master into reduce-sporadic-failures (#1783) * use compliant build environment for release build. (#1776) * use compliant build environment for release build. * Fix for underlying changes in build environments to find the proper dotnet.exe * build debug -w 01 * build debug -w 02 * build debug -w 03 * build debug -w 04 * Add docs migration notice & fix formatting (#1779) * Add docs migration notice & fix formatting * Fix broken bookmark links * Use latest mac image rather than a specific version. (#1777) This will stay up to date. Co-authored-by: James Truher [MSFT] <[email protected]> Co-authored-by: Sean Wheeler <[email protected]> Co-authored-by: James Truher [MSFT] <[email protected]> Co-authored-by: Sean Wheeler <[email protected]>
1 parent b030262 commit 2c03f78

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.azure-pipelines-ci/templates/test-powershell.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ steps:
66
targetPath: '$(Build.SourcesDirectory)/out'
77
- task: PowerShell@2
88
displayName: 'Test'
9+
retryCountOnTaskFailure: 2
910
inputs:
1011
targetType: inline
1112
pwsh: false

.azure-pipelines-ci/templates/test-pwsh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ steps:
66
targetPath: '$(Build.SourcesDirectory)/out'
77
- task: PowerShell@2
88
displayName: 'Test'
9+
retryCountOnTaskFailure: 2
910
inputs:
1011
targetType: inline
1112
pwsh: true

0 commit comments

Comments
 (0)