From fc70b9b960404d179a98473964e3a7fd383b6753 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 18 Jan 2023 14:32:09 -0800 Subject: Use the Legacy pool instead of Standard. (#79759) --- .azure-pipelines/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index c71d47b8bf..2a13f69858 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -38,7 +38,7 @@ resources: - container: default image: quay.io/ansible/azure-pipelines-test-container:1.9.0 -pool: Standard +pool: Legacy stages: - stage: Sanity -- cgit v1.2.1