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 41fe3d9 commit 7749833Copy full SHA for 7749833
.build/release.ps1
@@ -13,7 +13,9 @@ function Release {
13
}
14
15
if ($env:APPVEYOR_REPO_BRANCH -eq "develop") {
16
+ echo "Running pre-release on branch $env:APPVEYOR_REPO_BRANCH"
17
Pre-Release
18
} elseif ($env:APPVEYOR_REPO_TAG -eq "true") {
19
+ echo "Running release on tag $env:APPVEYOR_REPO_TAG_NAME"
20
Release
21
0 commit comments