Skip to content

Commit

Permalink
[1.10>master] Make Buddy build the same as official builds for drop f…
Browse files Browse the repository at this point in the history
…older structure
  • Loading branch information
Cellule committed Aug 7, 2018
2 parents 7691f9a + 817a44f commit 6543dfb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Build/scripts/init_build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,7 @@ if ($BranchName -eq "master") {
$ShortBranch = $BranchName.replace("release/","")
}

# unless it is a build branch, subdivide the output directory by month
if ($BranchPath.StartsWith("build")) {
$YearAndMonth = ""
} else {
$YearAndMonth = (Get-Date $buildPushDate -Format yyMM) + "\"
}

$YearAndMonth = (Get-Date $buildPushDate -Format yyMM) + "\"
$BuildIdentifier = "${buildPushIdString}_${PushDate}_${Username}_${CommitHash}"
$ComputedDropPathSegment = "${BranchPath}\${YearAndMonth}${BuildIdentifier}"
$ObjectDirectory = "${BinariesDirectory}\obj\${BuildPlatform}_${BuildConfiguration}"
Expand Down

0 comments on commit 6543dfb

Please sign in to comment.