From cf393192af76780e11587ab6cb66812d81f284c3 Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Thu, 29 May 2025 12:12:03 -0400 Subject: [PATCH] Changed pool back to AmazonLinuxPool --- azure-pipelines-automated-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 746906a04..7aae87ef5 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -6,7 +6,7 @@ schedules: branches: include: - develop -pool: "Default" +pool: "AmazonLinuxPool" variables: # - group: Digital-Infrastructure