We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c530eee commit 6ea4063Copy full SHA for 6ea4063
1 file changed
Public/Src/Engine/Dll/Engine.cs
@@ -1298,12 +1298,6 @@ public static bool PopulateAndValidateConfiguration(
1298
mutableConfig.Schedule.MaxWorkersPerModule = mutableConfig.Distribution.BuildWorkers.Count + 1;
1299
mutableConfig.Schedule.ModuleAffinityLoadFactor = 1;
1300
}
1301
-
1302
- if (!mutableConfig.Engine.AssumeCleanOutputs.HasValue)
1303
- {
1304
- // We assume clean outputs in CloudBuild builds.
1305
- mutableConfig.Engine.AssumeCleanOutputs = true;
1306
- }
1307
1308
else
1309
{
0 commit comments