Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

Commit c5d4c19

Browse files
committed
beta build script
1 parent df6eec0 commit c5d4c19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.build/default.ps1

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

26+
if($Branch -eq "beta" ) { $Version = "$Version-beta" }
27+
2628
Import-Module "$Here\Common" -DisableNameChecking
2729

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

0 commit comments

Comments
 (0)