From fe3d49cb1904cbb98940cd251eeeeae0421ea57f Mon Sep 17 00:00:00 2001 From: seraphima Date: Thu, 29 Feb 2024 17:33:36 +0100 Subject: [PATCH] remove unused file --- .pipelines/scripts/runUiTests.ps1 | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .pipelines/scripts/runUiTests.ps1 diff --git a/.pipelines/scripts/runUiTests.ps1 b/.pipelines/scripts/runUiTests.ps1 deleted file mode 100644 index 7e5ae7f926..0000000000 --- a/.pipelines/scripts/runUiTests.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -[CmdLetBinding()] -Param( - [Parameter(Mandatory=$true, Position=0)] - [string]$SearchFolder, - [Parameter(Mandatory=$true, Position=1)] - [string]$VsConsolePath, - [Parameter(Mandatory=$true, Position=2)] - [string]$MatchPattern, - [Parameter(Mandatory=$true, Position=3)] - [string]$LogPath, - [Parameter(Mandatory=$true, Position=4)] - [string]$ResultPath -) - -Write-Output "Starting UI tests" - -$Command = "$VsConsolePath\vstest.console.exe $SearchFolder /ResultsDirectory:$ResultPath" -Invoke-Expression $Command \ No newline at end of file