From f1ed1bf1152008f02eda1f9cf6e6d4f1cec4cebe Mon Sep 17 00:00:00 2001 From: Sean Kaim Date: Tue, 3 Jul 2018 13:38:22 -0400 Subject: [PATCH] appveyor post build tests --- Tools/zip_portable_files.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/zip_portable_files.ps1 b/Tools/zip_portable_files.ps1 index ffcc42317..66f0c68bf 100644 --- a/Tools/zip_portable_files.ps1 +++ b/Tools/zip_portable_files.ps1 @@ -14,7 +14,7 @@ param ( Write-Output "===== Beginning $($PSCmdlet.MyInvocation.MyCommand) =====" -if(Test-Path Env:APPVEYOR_BUILD_FOLDER) { +if(-not [string]::IsNullOrEmpty($Env:APPVEYOR_BUILD_FOLDER)) { Write-Output "Too early to run via Appveyor - artifacts don't get generated properly. Exiting" Exit }