From 874c3d5ca12190106be19a2c638045c6bbab0b33 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Thu, 19 Sep 2024 14:49:34 -0700 Subject: [PATCH] Stop using -pt images --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8b8cf5324..9340f820d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,7 +36,7 @@ extends: parameters: pool: name: NetCore1ESPool-Svc-Internal - image: 1es-windows-2019-pt + image: 1es-windows-2019 os: windows stages: - stage: build