Skip to content

Commit

Permalink
Use 1ES pools (#7856)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulisesh authored Sep 9, 2021
1 parent 20daa78 commit bc26132
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-richnav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ stages:
- job: Windows_NT
timeoutInMinutes: 90
pool:
name: NetCorePublic-Pool
queue: BuildPool.Server.Amd64.VS2017.Arcade.Open
name: NetCore1ESPool-Public
demands: ImageOverride -equals Build.Server.Amd64.VS2017.Open
preSteps:
- checkout: self
clean: true
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ stages:
${{ if eq(variables._RunAsPublic, True) }}:
vmImage: windows-latest
${{ if eq(variables._RunAsInternal, True) }}:
name: NetCoreInternal-Pool
queue: BuildPool.Server.Amd64.VS2017.Arcade
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Server.Amd64.VS2017
strategy:
matrix:
Build_Release:
Expand Down
4 changes: 2 additions & 2 deletions eng/validate-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
name: Logs_ValidateSdk_Windows_NT_Release
timeoutInMinutes: 90
pool:
name: NetCoreInternal-Pool
queue: BuildPool.Server.Amd64.VS2017.Arcade
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Server.Amd64.VS2017.Arcade
variables:
- group: DotNet-Blob-Feed
- group: Publish-Build-Assets
Expand Down

0 comments on commit bc26132

Please sign in to comment.