| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/8913
|
|
|
|
|
| |
Also, standardize .NET Core TFMs listed before .NET Framework TFMs for no
reason but to be consistent
|
|
|
| |
Project names with invalid characters, namely spaces, where not being harvested properly. The sanitized name is requires for the `Source="$(var.PROJECT_NAME` output. Updated harvest project unit test for project names with spaces.
|
|
|
|
| |
Fixes 7035
|
| |
|
|
|
|
| |
Closes 6959
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"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
|
| |
|
|
Moves Heat functionality to the "tools" layer and packages it all
up in WixToolset.Heat.nupkg for distribution in WiX v4.
Completes 6838
|