Skip to content

Commit 00ca972

Browse files
Set timeoutInMinutes to 0 for Windows build job (#64126)
no timeout for windows build
1 parent 95c6284 commit 00ca972

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ extends:
174174
# Build Windows (x64/x86/arm64)
175175
- template: .azure/pipelines/jobs/default-build.yml@self
176176
parameters:
177+
timeoutInMinutes: 0
177178
codeSign: true
178179
jobName: Windows_build
179180
jobDisplayName: "Build: Windows x64/x86/arm64"

0 commit comments

Comments
 (0)