Changes pipeline pool to AmazonLinuxPool

Updates the Azure Pipeline configuration to use the 'AmazonLinuxPool'
instead of the 'Default' pool.

This change likely aims to leverage the Amazon Linux environment for
build and test processes, potentially to align with deployment
targets or to utilize specific tools or dependencies available in that
environment.
This commit is contained in:
maguire-arman 2025-07-22 10:28:23 -04:00
parent 7d04b9eda2
commit be3d7fd7c4

View file

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