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

Commit

Permalink
[release/3.1] Use new windows pools (#28273)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyosjs authored Oct 5, 2022
1 parent f6f8386 commit d379772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/finalize-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
configuration: Release
pool:
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017
demands: ImageOverride -equals windows.vs2017.amd64
dependsOn: ${{ parameters.dependsOn }}
publishUsingPipelines: true
4 changes: 2 additions & 2 deletions eng/xplat-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
# Official Build Windows Pool
${{ if and(eq(parameters.osGroup, 'Windows_NT'), ne(variables['System.TeamProject'], 'public')) }}:
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017
demands: ImageOverride -equals windows.vs2017.amd64

# Public Windows Build Pool
${{ if and(eq(parameters.osGroup, 'Windows_NT'), 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

workspace:
clean: all
Expand Down

0 comments on commit d379772

Please sign in to comment.