From 7cce4b6926c4c578b84dc4f79365cf36a045dd0b Mon Sep 17 00:00:00 2001 From: Jeavon Date: Tue, 26 Feb 2019 12:50:52 +0000 Subject: [PATCH] ps1 fix --- build/check-release-version.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/check-release-version.ps1 b/build/check-release-version.ps1 index f510e13..189c256 100644 --- a/build/check-release-version.ps1 +++ b/build/check-release-version.ps1 @@ -15,7 +15,7 @@ $suffix = "" "APPVEYOR_REPO_TAG:" + $tagged "APPVEYOR_REPO_TAG_NAME:" + $tag_name -If ($tagged -eq "true" -and $tag_name.StartsWith("v") -and $branch -eq "master"){ +If ($tagged -eq "true" -and $tag_name.StartsWith("v") -and (($branch -eq "master") -or ($branch -eq "master-v2"))){ # This is to cut out the beta etc if ($tag_name.Contains("-")){