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:
parent
7d04b9eda2
commit
be3d7fd7c4
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ schedules:
|
|||
branches:
|
||||
include:
|
||||
- develop
|
||||
pool: 'Default'
|
||||
pool: 'AmazonLinuxPool'
|
||||
|
||||
variables:
|
||||
# - group: Digital-Infrastructure
|
||||
|
|
|
|||
Loading…
Reference in a new issue