Skip to content

Commit 981292f

Browse files
authored
Merge pull request #1804 from brettfo/update-build-machines
update build machine image names
2 parents ec67fa2 + 2a334d1 commit 981292f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vsts-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ stages:
3939
# Will eventually change this to two BYOC pools.
4040
${{ if ne(variables['System.TeamProject'], 'internal') }}:
4141
name: NetCore1ESPool-Public
42-
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019.Open
42+
demands: ImageOverride -equals windows.vs2022.amd64.open
4343
${{ if eq(variables['System.TeamProject'], 'internal') }}:
4444
name: NetCore1ESPool-Internal
45-
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019
45+
demands: ImageOverride -equals windows.vs2022.amd64
4646
variables:
4747
# Only enable publishing in official builds.
4848
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:

0 commit comments

Comments
 (0)