Skip to content
Merged
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
6 changes: 3 additions & 3 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extends:
autoBaseline: true
sdl:
sourceAnalysisPool:
name: NetCore1ESPool-Svc-Internal
name: NetCore1ESPool-Internal
image: 1es-windows-2022
os: windows
policheck:
Expand All @@ -84,7 +84,7 @@ extends:
enabled: true
configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa'
pool:
name: NetCore1ESPool-Svc-Internal
name: NetCore1ESPool-Internal
image: windows.vs2022preview.amd64
os: windows
customBuildTags:
Expand Down Expand Up @@ -420,7 +420,7 @@ extends:
- job: insert
displayName: Insert to VS
pool:
name: NetCore1ESPool-Svc-Internal
name: NetCore1ESPool-Internal
demands: ImageOverride -equals windows.vs2022.amd64
steps:
- download: current
Expand Down
Loading