From ea16192bc80b848548e43db9102839478524ad58 Mon Sep 17 00:00:00 2001 From: seraphima Date: Wed, 31 Jan 2024 17:00:31 +0100 Subject: [PATCH] check files --- .pipelines/scripts/runUiTests.ps1 | 1 + 1 file changed, 1 insertion(+) 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