summaryrefslogtreecommitdiff
path: root/src/ext/Bal/test/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Emit deprecation warning for Heat.Bob Arnson2025-01-231-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/8913
* Better .nupkg namesRob Mensching2024-03-0724-28/+24
|
* WIP - BA header simplificationRob Mensching2024-03-061-2/+2
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-0648-293/+186
|
* Make the minimum supported .NET Framework v4.6.2Rob Mensching2023-12-196-13/+13
|
* Build tweaks to support VS 17.8...Bob Arnson2023-12-041-1/+6
| | | | | | | ...because SemVer is just a suggestion. - Also fix missing NuGet cleanup. - And update NuGet^2 packages because v6.3.1 has vulnerabilities.
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-1/+0
|
* Name the bind path item group "BindPath" in MSBuildRob Mensching2022-10-152-2/+2
| | | | Closes 6959
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-031-1/+1
| | | | Closes 6942
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-231-5/+0
|
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-015-12/+23
| | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838
* Move infinite loop detection into the hosts.Sean Hall2022-05-145-10/+20
| | | | | | | Tell the BA during Destroy whether it will be reloaded, and let the BA decide then whether it's module should be unloaded. Show error when infinite prereq loop detected. Only clip the exit code if they're Win32 errors. Set related bundle type to none to avoid downgrades during preqba.
* Upgrade dnchost's nethost dependency to .NET 6.0.4.Sean Hall2022-04-205-0/+45
|
* Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests.Sean Hall2022-04-198-15/+16
| | | | Fixes 6651
* Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.Sean Hall2022-04-1910-41/+35
|
* Set each native library dependency version to the build version.Sean Hall2022-04-191-2/+0
|
* Improve error reporting wrt ExePackage and MsuPackage attributesRob Mensching2022-03-019-9/+9
| | | | | | | | For example, DetectCondition is required when RepairArguments or UninstallArguments present and always recommended. Also, non-permanent ExePackages need UninstallArguments. The code was refactored to make it easier to reason over the different requirements for different package types.
* 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 with VS2022, which is now required.Bob Arnson2021-12-251-2/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Do not use kernel32.dll as test fileRob Mensching2021-12-0310-9/+10
|
* Try to make building Bal.wixext and IntegrationBurn faster.Sean Hall2021-05-191-0/+1
|
* Implement integrated build processRob Mensching2021-05-1113-53/+44
|
* Move Bal.wixext into extRob Mensching2021-05-0360-0/+1447