Skip to content

Commit 30c4ece

Browse files
authored
Use -Svc pools from here on out (#388)
- we _only_ service this repo
1 parent 979e6ac commit 30c4ece

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- job: codeql
4343
displayName: CodeQL
4444
pool:
45-
name: NetCore1ESPool-Internal
45+
name: NetCore1ESPool-Svc-Internal
4646
demands: ImageOverride -equals windows.vs2019.amd64
4747
timeoutInMinutes: 90
4848

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
displayName: Build
2929
pool:
3030
${{ if eq(variables['System.TeamProject'], 'public') }}:
31-
name: NetCore-Public
31+
name: NetCore-Svc-Public
3232
demands: ImageOverride -equals windows.vs2019.amd64.open
3333
${{ else }}:
34-
name: NetCore1ESPool-Internal
34+
name: NetCore1ESPool-Svc-Internal
3535
demands: ImageOverride -equals windows.vs2019.amd64
3636
timeoutInMinutes: 30
3737

0 commit comments

Comments
 (0)