summaryrefslogtreecommitdiff
path: root/src/wix/test/WixToolsetTest.Sdk/MsbuildUtilities.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-100/+0
| | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838
* Fix the bitness of native binaries for .NET FrameworkRob Mensching2022-02-171-1/+1
| | | | | | | | | | First, moved the tests build into a separate directory to prevent collisions with shipping code. That requires each test to copy in the required native binaries. Default the native binaries to x64 for testing since we've standardized on VS2022 which is all x64 all the time. Finally, copy the native binaries into the .NET Framework differently from .NET Core because .NET Framework does not support cross-platform thus requires a different layout.
* Make validation independent of the build commandRob Mensching2022-02-081-1/+2
| | | | | | | In MSBuild this adds a new WindowsInstallerValidation target that automatically runs validation after a successful build. From the command-line the "wix msi" command gets a "validate" subcommand that will validate an MSI or MSM file.
* Create a binlog to aid debugging MSBuild testsRob Mensching2022-01-021-0/+1
|
* Move Tools into wixRob Mensching2021-04-291-0/+98