mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
[CI] tests grouping (#8918)
This commit is contained in:
@@ -96,7 +96,7 @@ steps:
|
|||||||
|
|
||||||
# directly not doing WinAppDriver testing
|
# directly not doing WinAppDriver testing
|
||||||
- task: VSTest@2
|
- task: VSTest@2
|
||||||
displayName: 'Run .Net Core Tests'
|
displayName: 'Run .Net Core Tests 1'
|
||||||
inputs:
|
inputs:
|
||||||
platform: '$(BuildPlatform)'
|
platform: '$(BuildPlatform)'
|
||||||
configuration: '$(BuildConfiguration)'
|
configuration: '$(BuildConfiguration)'
|
||||||
@@ -107,24 +107,32 @@ steps:
|
|||||||
**\Microsoft.Plugin.Calculator.UnitTest.dll
|
**\Microsoft.Plugin.Calculator.UnitTest.dll
|
||||||
**\Microsoft.Plugin.Uri.UnitTests.dll
|
**\Microsoft.Plugin.Uri.UnitTests.dll
|
||||||
**\Wox.Test.dll
|
**\Wox.Test.dll
|
||||||
**\*Microsoft.PowerToys.Settings.UI.UnitTests.dll
|
**\Microsoft.PowerToys.Settings.UI.UnitTests.dll
|
||||||
**\UnitTest-ColorPickerUI.dll
|
**\UnitTest-ColorPickerUI.dll
|
||||||
**\Microsoft.Interop.Tests.dll
|
**\Microsoft.Interop.Tests.dll
|
||||||
!**\obj\**
|
!**\obj\**
|
||||||
# .NetFramework assemblies
|
|
||||||
- task: VSTest@2
|
- task: VSTest@2
|
||||||
displayName: 'Run .Net Framework Tests'
|
displayName: 'Run .Net Core Tests 2'
|
||||||
inputs:
|
inputs:
|
||||||
platform: '$(BuildPlatform)'
|
platform: '$(BuildPlatform)'
|
||||||
configuration: '$(BuildConfiguration)'
|
configuration: '$(BuildConfiguration)'
|
||||||
testSelector: 'testAssemblies'
|
testSelector: 'testAssemblies'
|
||||||
testAssemblyVer2: |
|
testAssemblyVer2: |
|
||||||
**\ImageResizer.Test.dll
|
|
||||||
**\KeyboardManagerTest.dll
|
|
||||||
**\UnitTests-CommonLib.dll
|
|
||||||
**\PreviewPaneUnitTests.dll #this is the markdown tests
|
**\PreviewPaneUnitTests.dll #this is the markdown tests
|
||||||
**\UnitTests-PreviewHandlerCommon.dll
|
**\UnitTests-PreviewHandlerCommon.dll
|
||||||
**\UnitTests-SvgPreviewHandler.dll
|
**\UnitTests-SvgPreviewHandler.dll
|
||||||
|
**\ImageResizer.Test.dll
|
||||||
**\powerpreviewTest.dll
|
**\powerpreviewTest.dll
|
||||||
|
!**\obj\**
|
||||||
|
# Native dlls
|
||||||
|
- task: VSTest@2
|
||||||
|
displayName: 'Run Native Tests'
|
||||||
|
inputs:
|
||||||
|
platform: '$(BuildPlatform)'
|
||||||
|
configuration: '$(BuildConfiguration)'
|
||||||
|
testSelector: 'testAssemblies'
|
||||||
|
testAssemblyVer2: |
|
||||||
|
**\KeyboardManagerTest.dll
|
||||||
|
**\UnitTests-CommonLib.dll
|
||||||
**\PowerRenameUnitTests.dll
|
**\PowerRenameUnitTests.dll
|
||||||
!**\obj\**
|
!**\obj\**
|
||||||
|
|||||||
Reference in New Issue
Block a user