diff --git a/.pipelines/scripts/runUiTests.ps1 b/.pipelines/scripts/runUiTests.ps1 index 7e5ae7f926..8d87506674 100644 --- a/.pipelines/scripts/runUiTests.ps1 +++ b/.pipelines/scripts/runUiTests.ps1 @@ -13,6 +13,7 @@ Param( ) Write-Output "Starting UI tests" +Invoke-Expression "ls -R $VsConsolePath" $Command = "$VsConsolePath\vstest.console.exe $SearchFolder /ResultsDirectory:$ResultPath" Invoke-Expression $Command \ No newline at end of file