Skip to content

Commit

Permalink
Merge pull request #377 from nventive/dev/cama/UpdateCI
Browse files Browse the repository at this point in the history
fix: switch canary agents to hosted agents
  • Loading branch information
carlh98 authored Nov 16, 2023
2 parents c37ccd0 + 50d7de7 commit f69a3e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Prefix your items with `(Template)` if the change is about the template and not
- Enable `TreatWarningsAsErrors` for the Access, Business, and Presentation projects.
- Update analyzers packages and severity of rules.
- Fix crash from ARM base mac on net7.0-iOS. Add `ForceSimulatorX64ArchitectureInIDE` property to mobile head.
- Consolidate build agents to Microsoft-hosted agents.

## 2.0.X
- Renamed the classes providing data to use the `Repository` suffix instead of `Endpoint` or `Service`.
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 f69a3e4

Please sign in to comment.