Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use GitInfo in C++/CLI unit test projects to fix Burn's FileSearch test | Sean Hall | 2022-04-28 | 2 | -0/+3 | |
| | ||||||
* | Replace Dnc.Host with Dnc.HostGenerator to support linker trimming. | Sean Hall | 2022-04-19 | 1 | -0/+5 | |
| | ||||||
* | Fix "flaky" DUtil test. | Ron Martin | 2022-04-13 | 1 | -0/+47 | |
| | ||||||
* | Provide managed CA and Embedded UI DTF libraries via NuGet | Rob Mensching | 2022-03-31 | 2 | -1/+2 | |
| | | | | | | | | | | Lots of refactoring to bring the SFX tooling back into the 'dtf' layer since they are (in the end) tightly coupled to some DTF assemblies. Also refactored the DTF tests into their own folder and added a couple integration tests to build using the new CA/UI NuGet package. Closes wixtoolset/issues#6080 | |||||
* | Implement IWindowsInstallerDecompileExtensions | Rob Mensching | 2022-03-30 | 1 | -0/+88 | |
| | | | | | | | Update Util extension to validate extension model and fix some small issues in MSI decompiling. Fixes 6367 | |||||
* | Update MSBuildRunner to ignore previous VS versions | Ron Martin | 2022-03-09 | 1 | -58/+2 | |
| | ||||||
* | Refactor related bundle enumeration into butil. | Sean Hall | 2022-03-01 | 1 | -0/+1 | |
| | | | | Related to #3693 | |||||
* | Fix and run Burn 64-bit unit tests. | Sean Hall | 2022-03-01 | 1 | -1/+2 | |
| | ||||||
* | Move nuget.config, global.json and Directory.Packages.props to root | Rob Mensching | 2022-02-23 | 1 | -2/+2 | |
| | | | | | Putting these files in the root means they can be used by the test projects support projects that get copied to the `build` folder. | |||||
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 4 | -0/+35 | |
| | | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files. | |||||
* | Move the FileSystem.AccessControl version sync comment | Rob Mensching | 2022-02-17 | 1 | -1/+2 | |
| | ||||||
* | Update Appveyor build number so that it is unique when re-run. | Sean Hall | 2022-02-12 | 1 | -1/+1 | |
| | ||||||
* | Add logging to tests to help diagnose intermittent test failures | Rob Mensching | 2022-02-10 | 1 | -1/+30 | |
| | ||||||
* | Fix NoWarn being overridden and use PackageReference for TestSupport. | Sean Hall | 2022-01-27 | 3 | -3/+3 | |
| | ||||||
* | Some code clean up | Rob Mensching | 2022-01-10 | 1 | -1/+1 | |
| | ||||||
* | Add additional error detail to WixAssert.CompareLineByLine | Rob Mensching | 2022-01-02 | 1 | -8/+12 | |
| | ||||||
* | Upload test results and fail the build if any are missing. | Sean Hall | 2022-01-01 | 1 | -1/+3 | |
| | | | | Always zip up the logs from %TEMP%. | |||||
* | Try to get more helpful test failure messages. | Sean Hall | 2022-01-01 | 2 | -6/+48 | |
| | ||||||
* | Remove warnings and make sure more don't creep in. | Sean Hall | 2022-01-01 | 4 | -31/+14 | |
| | | | | Tests are not run inside of traversal projects so that skipped test warnings don't fail the build. | |||||
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 1 | -0/+1 | |
| | | | | Fixes #6348 | |||||
* | Build simplification and parallelization | Rob Mensching | 2021-12-30 | 5 | -6/+9 | |
| | ||||||
* | Reduce use of MSBuildAllProjects as per Microsoft guidance | Rob Mensching | 2021-12-28 | 2 | -9/+1 | |
| | ||||||
* | Remove Microsoft.NETFramework.ReferenceAssemblies. | Bob Arnson | 2021-12-25 | 1 | -1/+0 | |
| | ||||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 2 | -2/+2 | |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | |||||
* | Version extension ids. | Bob Arnson | 2021-12-23 | 1 | -1/+1 | |
| | | | | | | | | | https://github.com/wixtoolset/issues/issues/5933 - Add support for detecting VS2022. - Add x64 custom actions. - Remove ancient Help 2.0 support. - Update WixCop to add the new element to trigger custom action. | |||||
* | Switch to `net472` as Framework baseline. | Bob Arnson | 2021-12-12 | 3 | -5/+5 | |
| | ||||||
* | More VS2022 fixes. | Sean Hall | 2021-12-06 | 1 | -1/+0 | |
| | | | | | | | Update v4.0 projects to target v4.7.2. Skip all Bal managed host tests for now. Remove ToolsVersion from DTF test projects. Remove Microsoft.NETFramework.ReferenceAssemblies from Directory.Packages.props. | |||||
* | Fixes required to get build working using MSBuild64 from VS2022 | Rob Mensching | 2021-11-29 | 1 | -1/+1 | |
| | ||||||
* | Minor build improvements to reduce output | Rob Mensching | 2021-10-19 | 1 | -2/+2 | |
| | ||||||
* | WiX Toolset v4-preview.0v4.0.0-preview.0 | Rob Mensching | 2021-05-17 | 2 | -0/+0 | |
| | ||||||
* | Enable enabling runtime tests | Rob Mensching | 2021-05-17 | 1 | -0/+1 | |
| | ||||||
* | Remove unused code | Rob Mensching | 2021-05-17 | 1 | -13/+0 | |
| | ||||||
* | Fix batch file command-line parsing | Rob Mensching | 2021-05-17 | 1 | -1/+1 | |
| | ||||||
* | Fix StrAllocString assertions. | Sean Hall | 2021-05-11 | 1 | -1/+1 | |
| | ||||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 25 | -433/+351 | |
| | ||||||
* | Move WixBuildTools into internal | Rob Mensching | 2021-04-22 | 63 | -0/+10626 | |