From c5326584ca6fa3b48db6041f7ec4fb1b49c51efc Mon Sep 17 00:00:00 2001 From: seraphima Date: Mon, 29 Jan 2024 12:31:01 +0100 Subject: [PATCH] upd command --- .pipelines/scripts/runUiTests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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