Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 25ab564

Browse files
justcoding121justcoding121
authored andcommitted
beta release branch
1 parent e23390e commit 25ab564

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.build/default.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ if(!$Configuration) { $Configuration = "Release" }
2323
if(!$Version) { $Version = $env:APPVEYOR_BUILD_VERSION }
2424
if(!$Version) { $Version = "1.0.$BuildNumber" }
2525

26+
if(!$Branch) { $Branch = $env:APPVEYOR_REPO_BRANCH }
27+
if(!$Branch) { $Branch = "local" }
28+
if($Branch -eq "release" ) { $Version = "$Version-beta" }
29+
2630
Import-Module "$Here\Common" -DisableNameChecking
2731

2832
$NuGet = Join-Path $SolutionRoot ".nuget\nuget.exe"

0 commit comments

Comments
 (0)