From 430bc6effc9383cecb89c02adab2cdf82b6bd4d7 Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Thu, 4 Jun 2026 15:30:31 -0500 Subject: [PATCH 1/2] Use VS stable MicroBuild pool for official build Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 56d3f47..f11469f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: From cd3a2d8479cd8830d1ec160d2c041630bdbb641b Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Thu, 4 Jun 2026 15:48:24 -0500 Subject: [PATCH 2/2] Use VS stable MicroBuild pool for release build Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- release-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-pipeline.yml b/release-pipeline.yml index 260bf6f..c6e6e99 100644 --- a/release-pipeline.yml +++ b/release-pipeline.yml @@ -24,7 +24,7 @@ extends: settings: networkIsolationPolicy: Permissive,CFSClean pool: - name: VSEngSS-MicroBuild2022-1ES + name: VSEng-MicroBuildVSStable stages: - stage: RetainBuild displayName: 'Retain build'