From a57b7a3727ee289642a69a78ffa0eab48ec161d8 Mon Sep 17 00:00:00 2001 From: Loni Tra Date: Wed, 1 May 2024 16:20:27 -0700 Subject: [PATCH] [release/8.0] Remove -pt images (#4328) remove -pt --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b32b413ae..fc6ce8ff8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,7 +41,7 @@ extends: autoBaseline: true pool: name: NetCore1ESPool-Internal - image: 1es-windows-2022-pt + image: 1es-windows-2022 os: windows customBuildTags: - ES365AIMigrationTooling @@ -108,4 +108,4 @@ extends: -TsaRepositoryName WindowsDesktop -TsaCodebaseName WindowsDesktop -TsaOnboard $True - -TsaPublish $True \ No newline at end of file + -TsaPublish $True