Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure-pipelines-richnav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stages:
jobs:
- job: Debug_Build
pool:
name: NetCore1ESPool-Svc-Public
name: NetCore-Svc-Public
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019.Pre.Open
variables:
- name: _BuildConfig
Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
_configuration: Release
_codeCoverage: False
pool:
name: NetCore1ESPool-Svc-Public
name: NetCore-Svc-Public
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019.Pre.Open
timeoutInMinutes: 40

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
maxParallel: 4
pool:
name: NetCore1ESPool-Svc-Public
name: NetCore-Svc-Public
demands: ImageOverride -equals Build.Windows.Amd64.VS2019.Pre.ES.Open
timeoutInMinutes: 40

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
Release:
_configuration: Release
pool:
name: NetCore1ESPool-Svc-Public
name: NetCore-Svc-Public
demands: ImageOverride -equals Build.Ubuntu.1804.amd64.Open
timeoutInMinutes: 40
steps:
Expand Down
Loading