Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Set timeoutInMinutes to 0 for Windows build job
no timeout for windows build
  • Loading branch information
vseanreesermsft authored Oct 20, 2025
commit 128e8eed90a9d58fcd022e649049372b79030c65
1 change: 1 addition & 0 deletions .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ extends:
# Build Windows (x64/x86/arm64)
- template: .azure/pipelines/jobs/default-build.yml@self
parameters:
timeoutInMinutes: 0
codeSign: true
jobName: Windows_build
jobDisplayName: "Build: Windows x64/x86/arm64"
Expand Down
Loading