Skip to content

Commit

Permalink
Don't run arm64 tests, as there's no agent for it
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed May 17, 2022
1 parent 4de2364 commit 88a699f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pipelines/ci/templates/build-powertoys-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down Expand Up @@ -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)'
Expand Down

0 comments on commit 88a699f

Please sign in to comment.