aboutsummaryrefslogtreecommitdiff
path: root/src/internal/internal.cmd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pretty up build outputRob Mensching2023-12-161-1/+1
|
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-081-6/+6
|
* Normalize ToolsetTask implementation to call wix.exe and heat.exeRob Mensching2022-10-141-0/+2
| | | | | | | Share the ToolsetTask implementation that can find .NET Core and .NET Framework with multiple architectures. Fixes 6951
* Run wix.exe out of procRob Mensching2022-10-141-3/+22
| | | | | | | | | | | | | | "wix build" will load assemblies to read metadata which can cause the assemblies to get locked in the process. Since MSBuild keeps build processes alive this can cause work done by in-proc MSBuild tasks (like the WixBuild) to get stuck. Moving the "wix build" out of proc avoids any of those issues. Moving out of proc also allows the WiX tasks to be AnyCPU which simplifies the wix.targets (although did need to add code to find the .NET Framework wix.exe). Fixes 6595
* Remove warnings and make sure more don't creep in.Sean Hall2022-01-011-2/+3
| | | | Tests are not run inside of traversal projects so that skipped test warnings don't fail the build.
* Build simplification and parallelizationRob Mensching2021-12-301-3/+2
|
* Minor build improvements to reduce outputRob Mensching2021-10-191-2/+2
|
* Fix batch file command-line parsingRob Mensching2021-05-171-1/+1
|
* Implement integrated build processRob Mensching2021-05-111-0/+23