Skip to content

Commit

Permalink
Merge pull request #5721 from jonfortescue/1esSvcPools503xx
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarolf authored Dec 17, 2021
2 parents d0607e9 + 0a45e4d commit 7c871ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
<!-- Used for Rich Navigation indexing task -->
<add key="richnav" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines-microbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,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 @@ -22,8 +22,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 @@ -54,8 +54,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 7c871ae

Please sign in to comment.