From 57f5fb1d8fae20d57c07ca9a4c34232f45af84b6 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Fri, 9 Feb 2024 08:13:48 -0800 Subject: [PATCH] Update run-ui-tests-ci.yml testing against what WinUI gallery has for agent --- .pipelines/ci/templates/run-ui-tests-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index bdbd29bf25..7a25062450 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -8,7 +8,8 @@ jobs: dependsOn: Build${{ parameters.platform }}${{ parameters.configuration }} pool: ${{ 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/') }}: name: SHINE-INT-Testing-x64 steps: