try vstest task

This commit is contained in:
seraphima
2024-02-01 09:54:38 +01:00
parent ce895e74b3
commit 653838d604
2 changed files with 18 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ Param(
)
Write-Output "Starting UI tests"
Invoke-Expression "ls -R $VsConsolePath"
$Command = "$VsConsolePath\vstest.console.exe $SearchFolder /ResultsDirectory:$ResultPath"
Invoke-Expression $Command