diff --git a/.pipelines/ci/templates/build-powertoys-steps.yml b/.pipelines/ci/templates/build-powertoys-steps.yml index 65e95bc587ea..28df249f48e3 100644 --- a/.pipelines/ci/templates/build-powertoys-steps.yml +++ b/.pipelines/ci/templates/build-powertoys-steps.yml @@ -128,6 +128,7 @@ steps: # directly not doing WinAppDriver testing - task: VSTest@2 displayName: 'MS Tests' + condition: neq('$(BuildPlatform)','arm64') # No arm64 agents to run the tests. inputs: platform: '$(BuildPlatform)' configuration: '$(BuildConfiguration)' @@ -163,6 +164,7 @@ steps: # Native dlls - task: VSTest@2 + condition: neq('$(BuildPlatform)','arm64') # No arm64 agents to run the tests. displayName: 'Native Tests' inputs: platform: '$(BuildPlatform)'