Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 569dfa6

Browse files
Updated windows build image override
1 parent 0f9dcb6 commit 569dfa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ stages:
109109
pool:
110110
${{ if ne(variables['System.TeamProject'], 'public') }}:
111111
name: NetCore1ESPool-Svc-Internal
112-
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017
112+
demands: ImageOverride -equals Windows.10.vs2019.amd64
113113
${{ if eq(variables['System.TeamProject'], 'public') }}:
114114
name: NetCore-Svc-Public
115-
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017.Open
115+
demands: ImageOverride -equals Windows.10.vs2019.amd64.Open
116116

117117
submitToHelix: true
118118
# Temporarily until we increase the Windows ARM64 queue, https://github.com/dotnet/core-eng/issues/7756

0 commit comments

Comments
 (0)