mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
are other tests running?
This commit is contained in:
@@ -36,6 +36,18 @@ jobs:
|
|||||||
- task: VisualStudioTestPlatformInstaller@1
|
- task: VisualStudioTestPlatformInstaller@1
|
||||||
displayName: Ensure VSTest Platform
|
displayName: Ensure VSTest Platform
|
||||||
|
|
||||||
|
- task: VSTest@2
|
||||||
|
displayName: 'MS Tests'
|
||||||
|
condition: ne(variables['BuildPlatform'], 'arm64') # No arm64 agents to run the tests.
|
||||||
|
inputs:
|
||||||
|
platform: '$(BuildPlatform)'
|
||||||
|
configuration: '$(BuildConfiguration)'
|
||||||
|
testSelector: 'testAssemblies'
|
||||||
|
testAssemblyVer2: |
|
||||||
|
**\UnitTests-FancyZonesEditor.dll
|
||||||
|
!**\obj\**
|
||||||
|
!**\ref\**
|
||||||
|
|
||||||
- task: VSTest@2
|
- task: VSTest@2
|
||||||
displayName: 'UI Tests'
|
displayName: 'UI Tests'
|
||||||
condition: ne(variables['BuildPlatform'], 'arm64') # No arm64 agents to run the tests.
|
condition: ne(variables['BuildPlatform'], 'arm64') # No arm64 agents to run the tests.
|
||||||
@@ -46,6 +58,7 @@ jobs:
|
|||||||
searchFolder: '$(Build.ArtifactStagingDirectory)'
|
searchFolder: '$(Build.ArtifactStagingDirectory)'
|
||||||
vstestLocationMethod: 'location'
|
vstestLocationMethod: 'location'
|
||||||
vstestLocation: 'D:\a\_work\_temp\VsTest'
|
vstestLocation: 'D:\a\_work\_temp\VsTest'
|
||||||
|
uiTests: true
|
||||||
testAssemblyVer2: |
|
testAssemblyVer2: |
|
||||||
**\UITests-FancyZones.dll
|
**\UITests-FancyZones.dll
|
||||||
**\UITests-FancyZonesEditor.dll
|
**\UITests-FancyZonesEditor.dll
|
||||||
|
|||||||
Reference in New Issue
Block a user