appveyor post build tests

This commit is contained in:
Sean Kaim
2018-07-03 13:38:22 -04:00
parent 23ea028965
commit f1ed1bf115

View File

@@ -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
}