aboutsummaryrefslogtreecommitdiff
path: root/src/internal/SetBuildNumber/global.json.pp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Target VS2026 and .NET 10 for WiX v8.Bob Arnson2026-06-091-1/+1
| | | | VS2022/v143 toolsets are no longer required.
* Handle lack of scope for pre-v7 bundles.Bob Arnson2026-04-011-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/9274
* Update to use .NET 10 SDK for buildsRob Mensching2025-12-141-1/+2
|
* Update to .NET 8 to fix buildRob Mensching2025-11-021-2/+2
| | | | | .NET 6 was deprecated so move to .NET 8 and possibly .NET 10 after it releases.
* Switch to MSTest built-in Test target.Bob Arnson2025-03-201-1/+1
| | | | | Prevents test run during VS build and shows failure details on console (no need to dig into TRX file).
* Convert ext\ to MSTest and traversal projects.Bob Arnson2025-03-031-1/+2
| | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage
* Update build dependencies and normalize more projectsRob Mensching2022-10-191-2/+2
|
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-171-0/+1
| | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files.
* Build simplification and parallelizationRob Mensching2021-12-301-0/+1
|
* Implement integrated build processRob Mensching2021-05-111-0/+8