aboutsummaryrefslogtreecommitdiff
path: root/src/internal/SetBuildNumber (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add basic test for Msmq install/uninstall.Bevan Weiss2024-07-181-0/+2
| | | | | | | | | Fix up lack of WIX CUSTOM_ACTION_DECORATION wrappers Add new RuntimeTest skipper for Server Features / Optional Features. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Update dependenciesRob Mensching2024-07-121-15/+15
| | | | Fixes 8569
* Move to ReleaseFlow and SomeVerRob Mensching2024-04-259-129/+201
|
* Prevent source directories from being harvested.Bob Arnson2024-04-041-0/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/8096.
* Rename "bundle extension" to "bootstrapper extension" for more consistencyRob Mensching2024-03-071-12/+1
| | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
* Move wixstdba functions to Bal.wixext buildRob Mensching2024-03-071-0/+1
|
* Better .nupkg namesRob Mensching2024-03-071-3/+2
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-1/+0
|
* Update to xunit 2.5.1Rob Mensching2023-12-161-3/+3
|
* Build tweaks to support VS 17.8...Bob Arnson2023-12-041-3/+3
| | | | | | | ...because SemVer is just a suggestion. - Also fix missing NuGet cleanup. - And update NuGet^2 packages because v6.3.1 has vulnerabilities.
* add firewall extension decompiler, make msi modifications work, add all ↵chris_bednarski2023-11-191-0/+1
| | | | attributes
* Update to latest signing infrastructureRob Mensching2023-09-131-8/+1
| | | | Fixes 7546
* add integration tests for the firewall extenstionchris_bednarski2023-08-191-0/+1
|
* feat(build): update xunit to version 2.5.0, fix occasional test timeoutchris_bednarski2023-07-192-6/+6
|
* Remove use of AppVeyorRob Mensching2023-01-231-15/+0
| | | | | | | | WiX v4 standardized on GitHub Actions for the build process. AppVeyor served us well and provides a great service for free. But since we moved to GitHub Actions let's not burn cycles on their build machines. Closes 7175
* Small fixes found while updating XSDsRob Mensching2023-01-011-1/+0
|
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-132-0/+45
|
* WiX Toolset v4-preview.1v4.0.0-preview.1Rob Mensching2022-11-111-1/+8
|
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-081-5/+5
|
* Add NetFx .NET compatibility check for MSI (#262)StefanStojanovic2022-10-251-0/+6
| | | | | | | | | | | Adds new custom element in NetFx extension for running NetCoreCheck.exe tool from within the MSI installer - `<netfx:DotNetCompatibilityCheck />`. The checks are run before evaluating launch conditions, so their results can be used in those conditions. There is no limitation on the number of checks that can be run, so installer may query various runtimes on different platforms and versions and with different roll forward policies. Fixes https://github.com/wixtoolset/issues/issues/6264
* Update several dependenciesRob Mensching2022-10-191-7/+18
|
* Update to latest NuGet assembliesRob Mensching2022-10-191-3/+3
|
* Update build dependencies and normalize more projectsRob Mensching2022-10-193-11/+9
|
* Normalize ToolsetTask implementation to call wix.exe and heat.exeRob Mensching2022-10-141-0/+1
| | | | | | | Share the ToolsetTask implementation that can find .NET Core and .NET Framework with multiple architectures. Fixes 6951
* Move WixVersion to new WixToolset.Versioning package in libs segmentRob Mensching2022-10-041-0/+1
| | | | | | | | | | | WixVersion is already used by the Core toolset but could also be useful for bootstrapper applications parsing bundle versions. The WixToolset.Data assembly contains a significant amount of data that bloats its size that bootstrapper applications would never need. Extracting WixVersion to its own assembly makes it much more useable. Fixes 6943
* 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-1/+1
|
* Add direct reference to System.Configuration.ConfigurationManagerRob Mensching2022-08-161-0/+1
| | | | | | | | MSBuild seems to have introduced a breaking change which requires referencing a later System.Configuration.ConfigurationManager for netcoreapp heat working with MSBuild. Fixes 6868
* Generate metadata needed to populate update feedRob Mensching2022-08-081-0/+1
| | | | Step towards completing 5367
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-0/+2
| | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838
* Fix E2E test exception.Ron Martin2022-06-291-1/+1
| | | | Upgrade xunit.runner.visualstudio from V2.4.1 to V2.4.5.
* Remove comments from global.json.Sean Hall2022-05-121-0/+2
|
* Port UtilExtension.UserTests from wix3.Sean Hall2022-04-291-0/+1
|
* Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.Sean Hall2022-04-191-0/+5
|
* Provide managed CA and Embedded UI DTF libraries via NuGetRob Mensching2022-03-311-0/+1
| | | | | | | | | | 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
* Move nuget.config, global.json and Directory.Packages.props to rootRob Mensching2022-02-231-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 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.
* Move the FileSystem.AccessControl version sync commentRob Mensching2022-02-171-1/+2
|
* Update Appveyor build number so that it is unique when re-run.Sean Hall2022-02-121-1/+1
|
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-301-0/+1
| | | | Fixes #6348
* Build simplification and parallelizationRob Mensching2021-12-302-2/+3
|
* Remove Microsoft.NETFramework.ReferenceAssemblies.Bob Arnson2021-12-251-1/+0
|
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+2
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Version extension ids.Bob Arnson2021-12-231-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.
* More VS2022 fixes.Sean Hall2021-12-061-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.
* Enable enabling runtime testsRob Mensching2021-05-171-0/+1
|
* Remove unused codeRob Mensching2021-05-171-13/+0
|
* Fix StrAllocString assertions.Sean Hall2021-05-111-1/+1
|
* Implement integrated build processRob Mensching2021-05-113-0/+190