diff --git a/.pipelines/scripts/runUiTests.ps1 b/.pipelines/scripts/runUiTests.ps1 index 044c063dea..ed9c8f80da 100644 --- a/.pipelines/scripts/runUiTests.ps1 +++ b/.pipelines/scripts/runUiTests.ps1 @@ -14,5 +14,5 @@ Param( Write-Output "Starting UI tests" -$Cmd = "$VsConsolePath\vstest.console.exe $SearchFolder /Logger:trx;LogFileName=$LogPath /ResultsDirectory:$ResultPath" +$Cmd = "$VsConsolePath\vstest.console.exe $SearchFolder /ResultsDirectory:$ResultPath" Invoke-Expression -Command $Cmd \ No newline at end of file