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

Commit cd7e374

Browse files
Merge pull request #162 from justcoding121/develop
Update default.ps1
2 parents 49f4f20 + e2d0bf0 commit cd7e374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build/default.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if(!$Version) { $Version = "2.0.$BuildNumber" }
2525

2626
if(!$Branch) { $Branch = $env:APPVEYOR_REPO_BRANCH }
2727
if(!$Branch) { $Branch = "local" }
28-
if($Branch -eq "release" ) { $Version = "$Version-beta" }
28+
if($Branch -eq "beta" ) { $Version = "$Version-beta" }
2929

3030
Import-Module "$Here\Common" -DisableNameChecking
3131

0 commit comments

Comments
 (0)