We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac308c commit c308d52Copy full SHA for c308d52
appveyor.yml
@@ -47,7 +47,7 @@ install:
47
Write-Host $BuildDate -ForegroundColor "Green"
48
49
$VersionSuffix = ""
50
- If ($Env:APPVEYOR_REPO_BRANCH -ne "master")
+ If ($Env:APPVEYOR_REPO_BRANCH -ne "master" -and ($Env:APPVEYOR_REPO_BRANCH -eq $null -or $Env:APPVEYOR_REPO_BRANCH.StartsWith("maint/")))
51
{
52
$VersionSuffix = "-pre$BuildDate"
53
}
0 commit comments