Skip to content

Commit

Permalink
Migrating to 1ES Hosted Pools (#3278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haplois authored Jan 28, 2022
1 parent cd5dda0 commit 94d6b89
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions eng/validate-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ jobs:
name: Logs_ValidateSdk_Windows_NT_Release
timeoutInMinutes: 90
pool:
name: NetCoreInternal-Pool
queue: BuildPool.Windows.10.Amd64.VS2017
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Public
demands: ImageOverride -equals build.windows.10.amd64.vs2019.open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals build.windows.10.amd64.vs2019
variables:
- group: DotNet-Blob-Feed
- group: Publish-Build-Assets
Expand Down

0 comments on commit 94d6b89

Please sign in to comment.