From 0405e230ebe85e3f191672b57d0b55d32601a146 Mon Sep 17 00:00:00 2001 From: Don HO Date: Wed, 11 Nov 2020 03:52:39 +0100 Subject: [PATCH] Remove redundant unitTestLauncher.ps1 command --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d58379e7..345bb4ee 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -75,7 +75,6 @@ after_build: Copy-Item "$env:APPVEYOR_BUILD_FOLDER\PowerEditor\installer\functionList" -Destination "$env:APPVEYOR_BUILD_FOLDER\PowerEditor\bin" -Recurse cd .\PowerEditor\Test\FunctionList\ .\unitTestLauncher.ps1 - .\unitTestLauncher.ps1 #ATTENTION: current working dir is no longer at APPVEYOR_BUILD_FOLDER cd ..\UrlDetection .\verifyUrlDetection.ps1