userJake_Richcancel
branchrust_reboot/main/fix_compile_sim_parallelcancel

4 Commits over 0 Days - Infinitycph!

21 Days Ago
Fix compile simulator being slower after adding props file - rewriting prop file each time causes every project to be marked as dirty
21 Days Ago
Time how long it takes to fetch define constants
21 Days Ago
Cherrypick CS 152617 (prevent dotnet processes lingering & fix MSBuild error messages not being printed)
21 Days Ago
Fix compile simulator not working in parallel mode - use CustomBeforeDirectoryBuildProps parameter to pass in a custom props file to overwrite BaseIntermediateOutputPath - accomplishes the same thing as passing in the BaseIntermediateOutputPath parameter used to - each platform is now in /Temp/CompileSimulation/{Platform} again like it used to be