From f794285f35f9c34cc1983dbec3fd6e605101dfcb Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Thu, 29 May 2025 13:58:04 -0400 Subject: [PATCH] Updates agent pool to default Changes the agent pool from a custom "AmazonLinuxPool" to the default Azure Pipelines agent pool. This simplifies pipeline configuration and reduces reliance on specialized agent pools, leveraging the standard Azure-managed infrastructure. --- 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 7aae87ef5..746906a04 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -6,7 +6,7 @@ schedules: branches: include: - develop -pool: "AmazonLinuxPool" +pool: "Default" variables: # - group: Digital-Infrastructure