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

Commit

Permalink
Merged PR 27488: use windows.vs2017.amd64 for windows builds
Browse files Browse the repository at this point in the history
Updated windows.yml
  • Loading branch information
vseanreesermsft committed Nov 15, 2022
1 parent df9df2a commit b58ef0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/pre-publish.yml
Expand Up @@ -20,7 +20,7 @@ stages:

pool:
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Windows.10.vs2019.amd64
demands: ImageOverride -equals windows.vs2017.amd64

workspace:
clean: all
Expand Down
12 changes: 6 additions & 6 deletions eng/pipelines/windows.yml
Expand Up @@ -109,10 +109,10 @@ stages:
pool:
${{ if ne(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Windows.10.vs2019.amd64
demands: ImageOverride -equals windows.vs2017.amd64
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore-Svc-Public
demands: ImageOverride -equals Windows.10.vs2019.amd64.Open
demands: ImageOverride -equals windows.vs2017.amd64.Open

submitToHelix: true
# Temporarily until we increase the Windows ARM64 queue, https://github.com/dotnet/core-eng/issues/7756
Expand Down Expand Up @@ -166,10 +166,10 @@ stages:
pool:
${{ if ne(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017
demands: ImageOverride -equals windows.vs2017.amd64
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore-Svc-Public
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017.Open
demands: ImageOverride -equals windows.vs2017.amd64.Open

submitToHelix: true
buildExtraArguments: /p:RuntimeOS=win10
Expand Down Expand Up @@ -216,10 +216,10 @@ stages:
pool:
${{ if ne(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017
demands: ImageOverride -equals windows.vs2017.amd64
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore-Svc-Public
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017.Open
demands: ImageOverride -equals windows.vs2017.amd64.Open

submitToHelix: false
buildExtraArguments: /p:RuntimeOS=win10

0 comments on commit b58ef0a

Please sign in to comment.