| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
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.
|
|
|
|
| |
7161
|
|
|
|
| |
7160
|
| |
|
|
|
|
| |
Fixes 7044
|
| |
|
|
|
|
| |
Fixes 7035
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Closes 6959
|
|
|
|
|
|
|
| |
Share the ToolsetTask implementation that can find .NET Core and
.NET Framework with multiple architectures.
Fixes 6951
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"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
|
|
|
|
|
| |
The fewer executions of "dotnet test" the better so batch up calls
by referencing multiple assembly DLLs.
|
|
|
|
| |
Closes 6942
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
MSBuild seems to have introduced a breaking change which requires
referencing a later System.Configuration.ConfigurationManager
for netcoreapp heat working with MSBuild.
Fixes 6868
|
|
|
|
| |
Fixes 6631
|
|
|
|
| |
Fixes 6468
|
| |
|
| |
|
|
|
|
| |
It is the recommended option since Vista and has better long path support.
|
|
|
|
| |
Refining this pattern before spreading more widely.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The setup segment is scheduled after building the shipping WiX files
to use and include the current build's tooling. The
WixAdditionalTools bundle currently only contains the ThmViewer
package but may include additional tools in the future.
At this time, the primary purpose is to produce a shipping MSI and
bundle from the WiX v4 build process and dogfood the rest of the
tooling.
Closes 4919
|
|
|
|
|
|
|
| |
Moves Heat functionality to the "tools" layer and packages it all
up in WixToolset.Heat.nupkg for distribution in WiX v4.
Completes 6838
|
|
|
|
|
|
|
|
| |
Remove ErrorFailNoActionReboot loc string, now that XP is dead (RIP).
Clean up some extra stuff, because I'm all up in the code.
Resolves https://github.com/wixtoolset/issues/issues/6545.
|
|
This segment is a bit of a "miscellaneous section" in the WiX repo.
As such it has been difficult to name. I originally eschewed the
name "tools" because what is in the "wix" segment was once called
"tools". However, now that wix.exe is firmly established as the
entry point for WiX operations, I've become comfortable with its
segment being named "wix". That meant "tools" was again available
and "tools" better describes the content of this section.
|