Skip to content

Commit bbab729

Browse files
authored
Avoid broken NetCore1ESPool-Svc-Internal pool (#12441)
1 parent c0765e1 commit bbab729

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines-official.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ extends:
7575
autoBaseline: true
7676
sdl:
7777
sourceAnalysisPool:
78-
name: NetCore1ESPool-Svc-Internal
78+
name: NetCore1ESPool-Internal
7979
image: 1es-windows-2022
8080
os: windows
8181
policheck:
@@ -84,7 +84,7 @@ extends:
8484
enabled: true
8585
configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa'
8686
pool:
87-
name: NetCore1ESPool-Svc-Internal
87+
name: NetCore1ESPool-Internal
8888
image: windows.vs2022preview.amd64
8989
os: windows
9090
customBuildTags:
@@ -420,7 +420,7 @@ extends:
420420
- job: insert
421421
displayName: Insert to VS
422422
pool:
423-
name: NetCore1ESPool-Svc-Internal
423+
name: NetCore1ESPool-Internal
424424
demands: ImageOverride -equals windows.vs2022.amd64
425425
steps:
426426
- download: current

0 commit comments

Comments
 (0)