Update run-ui-tests-ci.yml

testing against what WinUI gallery has for agent
This commit is contained in:
Clint Rutkas
2024-02-09 08:13:48 -08:00
committed by GitHub
parent 061d337195
commit 57f5fb1d8f

View File

@@ -8,7 +8,8 @@ jobs:
dependsOn: Build${{ parameters.platform }}${{ parameters.configuration }} dependsOn: Build${{ parameters.platform }}${{ parameters.configuration }}
pool: pool:
${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: ${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
name: SHINE-OSS-Testing-x64 #name: SHINE-OSS-Testing-x64
name: windows-2022
${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: ${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
name: SHINE-INT-Testing-x64 name: SHINE-INT-Testing-x64
steps: steps: