Skip to content

Commit

Permalink
Merge pull request #5773 from dotnet/merges/release/5.0.3xx-to-releas…
Browse files Browse the repository at this point in the history
…e/6.0.1xx

Merge release/5.0.3xx to release/6.0.1xx
  • Loading branch information
dotnet-bot authored Jan 28, 2022
2 parents dd9689c + 7c871ae commit e4bb418
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-microbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ stages:
jobs:
- job: Signed_Build
pool:
name: NetCoreInternal-Pool
queue: BuildPool.Windows.10.Amd64.VS2019.Pre
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019.Pre
variables:
- group: DotNet-Blob-Feed
- group: Publish-Build-Assets
Expand Down
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
_configuration: Release
_codeCoverage: False
pool:
name: NetCorePublic-Pool
queue: BuildPool.Windows.10.Amd64.VS2019.Pre.Open
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019.Pre.Open
timeoutInMinutes: 40

steps:
Expand Down Expand Up @@ -56,8 +56,8 @@ jobs:
strategy:
maxParallel: 4
pool:
name: NetCorePublic-Pool
queue: BuildPool.Windows.Amd64.VS2019.Pre.ES.Open
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals Build.Windows.Amd64.VS2019.Pre.ES.Open
timeoutInMinutes: 40

steps:
Expand Down

0 comments on commit e4bb418

Please sign in to comment.