Skip to content

Commit 866bddc

Browse files
authored
build: retry policy generation (microsoft#158581)
Fixes: microsoft#157736
1 parent 3fa7dcb commit 866bddc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/azure-pipelines/win32/product-build-win32.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ steps:
156156
$ErrorActionPreference = "Stop"
157157
exec { node build\lib\policies }
158158
displayName: Generate Group Policy definitions
159+
retryCountOnTaskFailure: 3
159160
160161
- ${{ if eq(parameters.VSCODE_QUALITY, 'oss') }}:
161162
- powershell: |

0 commit comments

Comments
 (0)