Skip to content

Commit a3a339f

Browse files
iarekkCopilot
andauthored
Use Microsoft-hosted windows-2022 pool for PR pipeline (#3908)
Align the PR build agent pool with MSAL.NET, replacing the custom MwWilson1EsHostedPool with the Microsoft-hosted windows-2022 vmImage (demands: msbuild, visualstudio). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 852c53d commit a3a339f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ pr:
1010
jobs:
1111
- job: "PR_build"
1212
pool:
13-
name: MwWilson1EsHostedPool
13+
vmImage: 'windows-2022'
1414
demands:
1515
- msbuild
16+
- visualstudio
1617
steps:
1718
- template: build/template-install-dependencies.yaml
1819
- template: build/template-run-unit-tests.yaml

0 commit comments

Comments
 (0)