mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
bring on all tests (#5118)
* Update build-powertoys-steps.yml bring on all tests * Update build-powertoys-steps.yml * Update build-powertoys-steps.yml * Update build-powertoys-steps.yml * adding in runsetting * Delete unit.tests.x64.runsettings * Update build-powertoys-steps.yml * Update build-powertoys-steps.yml * Update build-powertoys-steps.yml * Update build-powertoys-steps.yml * Update build-powertoys-steps.yml * Update build-powertoys-steps.yml * Update build-powertoys-steps.yml * Update build-powertoys-steps.yml * Update build-powertoys-steps.yml * Update build-powertoys-steps.yml * Update build-powertoys-steps.yml Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
This commit is contained in:
@@ -34,16 +34,28 @@ steps:
|
|||||||
msbuildArgs: ${{ parameters.additionalBuildArguments }}
|
msbuildArgs: ${{ parameters.additionalBuildArguments }}
|
||||||
maximumCpuCount: true
|
maximumCpuCount: true
|
||||||
|
|
||||||
|
# directly not doing WinAppDriver testing
|
||||||
- task: VSTest@2
|
- task: VSTest@2
|
||||||
inputs:
|
inputs:
|
||||||
platform: '$(BuildPlatform)'
|
platform: '$(BuildPlatform)'
|
||||||
configuration: '$(BuildConfiguration)'
|
configuration: '$(BuildConfiguration)'
|
||||||
testSelector: 'testAssemblies'
|
testSelector: 'testAssemblies'
|
||||||
testAssemblyVer2: |
|
testAssemblyVer2: |
|
||||||
**\PreviewPaneUnitTests.dll
|
!**\*PowerToysTests.dll
|
||||||
**\UnitTests-SvgPreviewHandler.dll
|
|
||||||
**\UnitTests-PreviewHandlerCommon.dll
|
|
||||||
**\powerpreviewTest.dll
|
|
||||||
**\UnitTests-CommonLib.dll
|
|
||||||
!**\*TestAdapter.dll
|
!**\*TestAdapter.dll
|
||||||
!**\obj\**
|
!**\obj\**
|
||||||
|
**\ImageResizer.Test.dll
|
||||||
|
**\KeyboardManagerTest.dll
|
||||||
|
**\Microsoft.Plugin.Program.UnitTests.dll
|
||||||
|
**\PowerRenameUnitTests.dll
|
||||||
|
**\UnitTests-CommonLib.dll
|
||||||
|
**\PreviewPaneUnitTests.dll #this is the markdown tests
|
||||||
|
**\UnitTests-PreviewHandlerCommon.dll
|
||||||
|
**\UnitTests-SvgPreviewHandler.dll
|
||||||
|
**\Wox.Test.dll
|
||||||
|
**\powerpreviewTest.dll
|
||||||
|
# Can't get working, says no tests
|
||||||
|
# #**\Microsoft.PowerToys.Settings.UnitTest.exe
|
||||||
|
# crashes CI
|
||||||
|
#**\interop-tests.dll
|
||||||
|
#**\UnitTests-FancyZones.dll
|
||||||
|
|||||||
Reference in New Issue
Block a user