Skip to content

Commit

Permalink
extend time and add PR trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
bob80905 committed Jan 15, 2025
1 parent 5bf6f77 commit 50d3ec2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
trigger:
- main
- release*

pr:
- main
- release*

resources:
- repo: self
Expand All @@ -9,7 +13,7 @@ stages:
- stage: Build
jobs:
- job: Windows
timeoutInMinutes: 90
timeoutInMinutes: 120

pool:
vmImage: windows-2022
Expand Down

0 comments on commit 50d3ec2

Please sign in to comment.