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
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ extends:
template: azure-pipelines/MicroBuild.1ES.Official.yml@CustomPipelineTemplates
parameters:
pool:
name: VSEngSS-MicroBuild2022-1ES
name: VSEng-MicroBuildVSStable
demands:
- msbuild
sdl:
sourceAnalysisPool:
name: VSEngSS-MicroBuild2022-1ES
name: VSEng-MicroBuildVSStable
policheck:
enabled: true
tsa:
Expand Down
2 changes: 1 addition & 1 deletion release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extends:
settings:
networkIsolationPolicy: Permissive,CFSClean
pool:
name: VSEngSS-MicroBuild2022-1ES
name: VSEng-MicroBuildVSStable
stages:
- stage: RetainBuild
displayName: 'Retain build'
Expand Down
Loading