Skip to content

Commit 7749833

Browse files
committed
(#7) Additional log output to determine release types
1 parent 41fe3d9 commit 7749833

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.build/release.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ function Release {
1313
}
1414

1515
if ($env:APPVEYOR_REPO_BRANCH -eq "develop") {
16+
echo "Running pre-release on branch $env:APPVEYOR_REPO_BRANCH"
1617
Pre-Release
1718
} elseif ($env:APPVEYOR_REPO_TAG -eq "true") {
19+
echo "Running release on tag $env:APPVEYOR_REPO_TAG_NAME"
1820
Release
1921
}

0 commit comments

Comments
 (0)