mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
search vstest.console
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
||||
filePath: $(build.sourcesdirectory)\.pipelines\scripts\runUiTests.ps1
|
||||
arguments: >-
|
||||
-SearchFolder '$(Build.ArtifactStagingDirectory)\x64\**\UITests-FancyZonesEditor.dll'
|
||||
-VsConsolePath 'D:\a\_work\_temp\VsTest'
|
||||
-VsConsolePath 'D:\a\_work\_temp\VsTest\**'
|
||||
-MatchPattern '**\UITests-*.dll'
|
||||
-LogPath '$(Build.ArtifactStagingDirectory)\Logs'
|
||||
-ResultPath "$(Build.ArtifactStagingDirectory)\TestResults"
|
||||
|
||||
@@ -14,5 +14,5 @@ Param(
|
||||
|
||||
Write-Output "Starting UI tests"
|
||||
|
||||
$Cmd = "$VsConsolePath\vstest.console.exe $SearchFolder /ResultsDirectory:$ResultPath"
|
||||
Invoke-Expression -Command $Cmd
|
||||
$Command = "$VsConsolePath\vstest.console.exe $SearchFolder /ResultsDirectory:$ResultPath"
|
||||
Invoke-Expression $Command
|
||||
Reference in New Issue
Block a user