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

Commit

Permalink
Merged PR 22035: use 1es on windows legs - Updated windows.yml
Browse files Browse the repository at this point in the history
use 1es pools on windows legs - Updated windows.yml
  • Loading branch information
vseanreesermsft committed Mar 29, 2022
1 parent b2244b6 commit a18dd8b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions eng/pipelines/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,12 @@ stages:
_publishTests: true

pool:
name: Hosted VS2017
${{ if ne(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017.Open

submitToHelix: true
# Temporarily until we increase the Windows ARM64 queue, https://github.com/dotnet/core-eng/issues/7756
Expand Down Expand Up @@ -207,9 +212,14 @@ stages:
_architecture: arm
_framework: uap
_skipPublishPackages: true # In UWP we don't produce packages

pool:
name: Hosted VS2017
${{ if ne(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017.Open

submitToHelix: false
buildExtraArguments: /p:RuntimeOS=win10

0 comments on commit a18dd8b

Please sign in to comment.