Skip to content

Commit

Permalink
ci: switch to hosted agents
Browse files Browse the repository at this point in the history
  • Loading branch information
carlh98 committed Nov 15, 2023
1 parent c37ccd0 commit 56b60c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ trigger: # Start a new run as soon as a "canaries/build/(...)" branch is created
branches:
include:
- canaries/build/*

resources:
containers:
- container: windows
image: nventive/vs_build-tools:17.2.5

variables:
- template: build/variables.yml
Expand Down
2 changes: 1 addition & 1 deletion build/canary-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trigger: # Start a new run as soon as canaries/dev changes.
- canaries/dev

pool:
name: Windows 2022
vmImage: $(windowsHostedAgentImage)

variables:
SolutionFileName: ApplicationTemplate.sln
Expand Down

0 comments on commit 56b60c3

Please sign in to comment.