aboutsummaryrefslogtreecommitdiff
path: root/src/clean.cmd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert ext\ to MSTest and traversal projects.Bob Arnson12 days1-0/+2
| | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage
* Rename "bundle extension" to "bootstrapper extension" for more consistencyRob Mensching2024-03-071-0/+1
| | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
* Better .nupkg namesRob Mensching2024-03-071-3/+2
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-1/+0
|
* Build tweaks to support VS 17.8...Bob Arnson2023-12-041-0/+7
| | | | | | | ...because SemVer is just a suggestion. - Also fix missing NuGet cleanup. - And update NuGet^2 packages because v6.3.1 has vulnerabilities.
* Add missing .nupkg from clean batch fileRob Mensching2023-02-091-0/+1
|
* Add more .nupkgs to cleanRob Mensching2023-01-111-0/+5
|
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-081-3/+3
|
* Add newest .nupkgs to clean scriptRob Mensching2022-10-151-0/+2
|
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-0/+1
| | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838
* Very minor clean up to global build scriptsRob Mensching2022-08-011-0/+1
|
* Add files-in-use task dialog.Bob Arnson2022-07-251-0/+3
| | | | | | | | Remove ErrorFailNoActionReboot loc string, now that XP is dead (RIP). Clean up some extra stuff, because I'm all up in the code. Resolves https://github.com/wixtoolset/issues/issues/6545.
* Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.Sean Hall2022-04-191-0/+1
|
* 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-0/+3
| | | | | Putting these files in the root means they can be used by the test projects support projects that get copied to the `build` folder.
* Include "wix.exe" package in cleanRob Mensching2022-01-101-0/+1
|
* Simplify and normalize ext projectsRob Mensching2021-12-301-0/+1
| | | | | | Now that wix.targets is more compatible with MS.Common.targets the extension projects can be simplified. Also made their project files more consistent with each other.
* Add global clean mechanismRob Mensching2021-12-161-0/+40