File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ if ($BranchPath.StartsWith("build")) {
112112$BuildIdentifier = " ${buildPushIdString} _${PushDate} _${Username} _${CommitHash} "
113113$ComputedDropPathSegment = " ${BranchPath} \${YearAndMonth}${BuildIdentifier} "
114114$BinariesDirectory = " ${Env: BUILD_SOURCESDIRECTORY} \Build\VcBuild"
115+ $ObjectDirectory = " ${BinariesDirectory} \obj\${BuildPlatform} _${BuildConfiguration} "
115116
116117# Create a sentinel file for each build flavor to track whether the build is complete.
117118# * ${arch}_${flavor}.incomplete # will be deleted when the build of this flavor completes
@@ -178,7 +179,7 @@ set TF_BUILD_SOURCEGETVERSION=LG:${branch}:${CommitHash}
178179set TF_BUILD_DROPLOCATION=${BinariesDirectory}
179180
180181set TF_BUILD_SOURCESDIRECTORY=${Env: BUILD_SOURCESDIRECTORY}
181- REM set TF_BUILD_BUILDDIRECTORY=${Env: AGENT_BUILDDIRECTORY} \b # note: inferred location works
182+ set TF_BUILD_BUILDDIRECTORY=${ObjectDirectory}
182183set TF_BUILD_BINARIESDIRECTORY=${BinariesDirectory}
183184
184185set TF_BUILD_BUILDDEFINITIONNAME=${Env: BUILD_DEFINITIONNAME}
You can’t perform that action at this time.
0 commit comments