Commit cd7e374e authored by Jehonathan's avatar Jehonathan Committed by GitHub

Merge pull request #162 from justcoding121/develop

Update default.ps1
parents 49f4f20a e2d0bf08
......@@ -25,7 +25,7 @@ if(!$Version) { $Version = "2.0.$BuildNumber" }
if(!$Branch) { $Branch = $env:APPVEYOR_REPO_BRANCH }
if(!$Branch) { $Branch = "local" }
if($Branch -eq "release" ) { $Version = "$Version-beta" }
if($Branch -eq "beta" ) { $Version = "$Version-beta" }
Import-Module "$Here\Common" -DisableNameChecking
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment