branchrust_reboot/main/fix_compile_sim_parallelcancel
4 Commits over 0 Days - Infinitycph!
Fix compile simulator being slower after adding props file
- rewriting prop file each time causes every project to be marked as dirty
Time how long it takes to fetch define constants
Cherrypick CS
152617 (prevent dotnet processes lingering & fix MSBuild error messages not being printed)
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