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 e4a4723 commit cb3ea48Copy full SHA for cb3ea48
tools/devops/automation/templates/common/checkout.yml
@@ -23,6 +23,7 @@ steps:
23
submodules: recursive
24
path: s/$(BUILD_REPOSITORY_TITLE)
25
fetchTags: false
26
+ retryCount: 3
27
28
# some bots don't seem to have pwsh installed, so make sure it is
29
- powershell: |
0 commit comments