From 5dc1586677bb11942a50353e909aeacd37f88d97 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Mon, 12 Jun 2017 08:54:32 -0700 Subject: AppVeyor: PowerShell requires `elseif` not `else if` --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3dd3d93fb..9052ec9b3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ init: # then use the tag name as the start of the build version $versionName = "$($env:APPVEYOR_REPO_TAG_NAME.TrimStart("v"))" } - else if($env:APPVEYOR_PULL_REQUEST_NUMBER) + elseif($env:APPVEYOR_PULL_REQUEST_NUMBER) { # Otherwise, if we are building for a pull request, # then use the pull request number to name our build version -- cgit v1.2.3