Skip to content

Commit

Permalink
Revert "Use 1ES pools for SourceBuild/SourceIndex (#8108)" (#8127)
Browse files Browse the repository at this point in the history
This reverts commit f5755a4.
  • Loading branch information
premun authored Nov 2, 2021
1 parent 960d1e2 commit 1aa163d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions eng/common/templates/job/source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ parameters:
# The default VM host AzDO pool. This should be capable of running Docker containers: almost all
# source-build builds run in Docker, including the default managed platform.
defaultContainerHostPool:
name: NetCore1ESPool-Public
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
vmImage: ubuntu-20.04

jobs:
- job: ${{ parameters.jobNamePrefix }}_${{ parameters.platform.name }}
Expand Down
3 changes: 1 addition & 2 deletions eng/common/templates/job/source-index-stage1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ parameters:
preSteps: []
binlogPath: artifacts/log/Debug/Build.binlog
pool:
name: NetCore1ESPool-Public
demands: ImageOverride -equals Build.Windows.10.Amd64.Open
vmImage: 'windows-2019'
condition: ''
dependsOn: ''

Expand Down

0 comments on commit 1aa163d

Please sign in to comment.