Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 1ES pools #7856

Merged
merged 1 commit into from
Sep 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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