Changing default branch to master

This commit is contained in:
Mark McDowall 2013-02-15 19:20:47 -06:00
parent 901a64fdd4
commit 4d9f75fe4d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Param(
if ($branch -eq "<default>") if ($branch -eq "<default>")
{ {
$branch = "teamcity"; $branch = "master";
} }
Write-Host $branch; Write-Host $branch;