search vstest.console

This commit is contained in:
seraphima
2024-01-30 12:31:31 +01:00
parent 101cff736f
commit 6fbd2de127
2 changed files with 3 additions and 3 deletions

View File

@@ -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