summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Foley <tfoley@nvidia.com>2017-06-12 08:54:32 -0700
committerTim Foley <tfoley@nvidia.com>2017-06-12 08:54:32 -0700
commit5dc1586677bb11942a50353e909aeacd37f88d97 (patch)
treea82df40a552172dc9408b9a58e4c889fc1fdec28
parentd93c2101475ce6fee27f8188cb194332f1f4ee8d (diff)
AppVeyor: PowerShell requires `elseif` not `else if`
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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