We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c6097 commit 817a44fCopy full SHA for 817a44f
Build/scripts/init_build.ps1
@@ -152,13 +152,7 @@ if ($BranchName -eq "master") {
152
$ShortBranch = $BranchName.replace("release/","")
153
}
154
155
-# unless it is a build branch, subdivide the output directory by month
156
-if ($BranchPath.StartsWith("build")) {
157
- $YearAndMonth = ""
158
-} else {
159
- $YearAndMonth = (Get-Date $buildPushDate -Format yyMM) + "\"
160
-}
161
-
+$YearAndMonth = (Get-Date $buildPushDate -Format yyMM) + "\"
162
$BuildIdentifier = "${buildPushIdString}_${PushDate}_${Username}_${CommitHash}"
163
$ComputedDropPathSegment = "${BranchPath}\${YearAndMonth}${BuildIdentifier}"
164
$ObjectDirectory = "${BinariesDirectory}\obj\${BuildPlatform}_${BuildConfiguration}"
0 commit comments