change pool to BASE

This commit is contained in:
alexxu-amd
2024-06-03 14:42:24 -04:00
parent 5025a03f79
commit 6e99bef8f4

View File

@@ -27,7 +27,8 @@ jobs:
variables:
- group: common
- template: /.azuredevops/variables-global.yml
pool: ${{ variables.LOW_BUILD_POOL }}
pool:
vmImage: ${{ variables.BASE_BUILD_POOL }}
workspace:
clean: all
steps: