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.
This commit is contained in:
maguire-arman 2025-05-29 13:58:04 -04:00
parent cf393192af
commit f794285f35

View file

@ -6,7 +6,7 @@ schedules:
branches:
include:
- develop
pool: "AmazonLinuxPool"
pool: "Default"
variables:
# - group: Digital-Infrastructure