mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
test with full vsconsole path
This commit is contained in:
@@ -45,7 +45,8 @@ jobs:
|
|||||||
testSelector: 'testAssemblies'
|
testSelector: 'testAssemblies'
|
||||||
searchFolder: '$(Build.ArtifactStagingDirectory)'
|
searchFolder: '$(Build.ArtifactStagingDirectory)'
|
||||||
vstestLocationMethod: 'location' # otherwise fails to find vstest.console.exe
|
vstestLocationMethod: 'location' # otherwise fails to find vstest.console.exe
|
||||||
vstestLocation: '$(Agent.ToolsDirectory)\VsTest\**\${{ parameters.platform }}\tools\net462\Common7\IDE\Extensions\TestPlatform'
|
#vstestLocation: '$(Agent.ToolsDirectory)\VsTest\**\${{ parameters.platform }}\tools\net462\Common7\IDE\Extensions\TestPlatform'
|
||||||
|
vstestLocation: '$(Agent.ToolsDirectory)\VsTest\17.10.0-preview-24080-01\x64\tools\net462\Common7\IDE\Extensions\TestPlatform'
|
||||||
uiTests: true
|
uiTests: true
|
||||||
testAssemblyVer2: |
|
testAssemblyVer2: |
|
||||||
**\UITests-FancyZones.dll
|
**\UITests-FancyZones.dll
|
||||||
|
|||||||
Reference in New Issue
Block a user