Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move most tests into the new WixToolsetTest.MSBuild project. | Sean Hall | 2020-05-31 | 27 | -43/+66 |
| | | | | This project relies on all of the projects being published in order to properly test wix.targets. | ||||
* | Move the targets files into the top-level tools folder. | Sean Hall | 2020-05-28 | 3 | -2/+21 |
| | |||||
* | Rename DoIt to WixBuild. | Sean Hall | 2020-05-28 | 2 | -3/+3 |
| | |||||
* | Allow more than one harvested file and files differing by extension | paulomorgado | 2020-05-26 | 6 | -2/+168 |
| | | | | | | add component and directory for more disambiguation Fix HarvestFile Ouput added unit tests | ||||
* | Add test for wixcop handling util:PermissionEx/@Inheritable. | Sean Hall | 2020-05-23 | 4 | -2/+103 |
| | |||||
* | Ensure inner exceptions from unexpected exceptions get logged. | Sean Hall | 2020-05-13 | 1 | -0/+43 |
| | |||||
* | Fix test. | Sean Hall | 2020-05-10 | 1 | -1/+1 |
| | |||||
* | Add test for building a bundle from .wixproj. | Sean Hall | 2020-05-10 | 5 | -2/+104 |
| | |||||
* | Set RuntimeIdentifier to win-x86 in most projects | Sean Hall | 2020-05-09 | 2 | -1/+3 |
| | | | | now that the WixToolset.Core.Native package isn't providing wixnative.*.exe anymore. | ||||
* | Implement Heat tasks from WixToolset.Harvesters | Sean Hall | 2020-05-08 | 4 | -0/+161 |
| | |||||
* | Remove partial WixPdb support. | Bob Arnson | 2020-04-11 | 1 | -9/+0 |
| | | | | Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this. | ||||
* | Fix clean test, since the Common Clean target isn't actually supposed to ↵ | Sean Hall | 2020-04-07 | 1 | -0/+3 |
| | | | | delete everything. | ||||
* | Address breaking changes. | Sean Hall | 2020-04-02 | 1 | -2/+3 |
| | |||||
* | Partial WixPdbs stop the backend before binding. | Bob Arnson | 2020-03-17 | 2 | -3/+65 |
| | |||||
* | Update WixCop tests for versioned extension id changes. | Bob Arnson | 2020-03-05 | 2 | -2/+2 |
| | |||||
* | Update to latest Core to use .wixpdb for test validation purposes | Rob Mensching | 2019-10-28 | 1 | -1/+1 |
| | |||||
* | Better support all .NETs and fix-up integration tests | Rob Mensching | 2019-10-20 | 2 | -2/+7 |
| | |||||
* | Fix versioning of thmviewer and include MSI package in build | Rob Mensching | 2019-10-20 | 1 | -3/+3 |
| | |||||
* | Extract common converters code to Converters repo and use that instead | Rob Mensching | 2019-10-20 | 1 | -554/+0 |
| | |||||
* | Update to latest Core changes plus other minor fixes | Rob Mensching | 2019-05-09 | 5 | -19/+12 |
| | |||||
* | Plumb InstallerPlatform through MSBuild task. | Bob Arnson | 2019-01-16 | 1 | -0/+28 |
| | |||||
* | Add failing test for SuppressIces. | Sean Hall | 2019-01-12 | 1 | -0/+22 |
| | |||||
* | Re-enable tests and NCrunch with fixes to Core.Native | Rob Mensching | 2018-12-22 | 4 | -5/+11 |
| | |||||
* | Update to latest Home\repo-template | Rob Mensching | 2018-12-22 | 1 | -2/+1 |
| | |||||
* | Make WixCop move Directory/@ShortName to @Name. (#7) | Sean Hall | 2018-12-10 | 1 | -0/+28 |
| | | | Fixes wixtoolset/issues#5652. | ||||
* | Handle the rename of WixCA and QtExec* binary, custom action, and property ids. | Bob Arnson | 2018-10-08 | 6 | -0/+354 |
| | | | | Fixed wixtoolset/issues#5887. | ||||
* | Normalize text files line endings because Git isn't being consistent | Rob Mensching | 2018-10-04 | 1 | -4/+4 |
| | |||||
* | Simplify whitespace handling and fix some long standing bugs in it | Rob Mensching | 2018-10-04 | 1 | -0/+74 |
| | | | | Fixes wixtoolset/issues#5883 | ||||
* | Update test to respect new WiX v4 public Id behavior | Rob Mensching | 2018-10-04 | 2 | -12/+7 |
| | |||||
* | Fix WixCop namespaces and some C# modernization | Rob Mensching | 2018-10-04 | 10 | -156/+226 |
| | |||||
* | Skip some MSBuild tests until we can execute tests with out of proc MSBuild | Rob Mensching | 2018-10-04 | 2 | -5/+5 |
| | |||||
* | Enable NCrunch support | Rob Mensching | 2018-10-04 | 1 | -0/+5 |
| | |||||
* | Add failing test for wixtoolset/issues#5883. | Bob Arnson | 2018-10-01 | 5 | -8/+196 |
| | |||||
* | Test is failing atm and requesting build with new version number, please. | Bob Arnson | 2018-09-18 | 1 | -1/+1 |
| | |||||
* | Migrate WixCop into Tools from wix4. | Sean Hall | 2018-09-13 | 5 | -0/+687 |
| | |||||
* | Merge pull request #3 from wixtoolset/bob/5853-variable-redefinition | Sean Hall | 2018-09-09 | 1 | -1/+1 |
|\ | | | | | Update test now that Core now ignores equal variable redefinitions. | ||||
| * | Update test now that Core now ignores equal variable redefinitions. | Bob Arnson | 2018-09-03 | 1 | -1/+1 |
| | | | | | | | | Depends on https://github.com/wixtoolset/Core/pull/2 | ||||
* | | Add .wixipl output MSBuild test. | Bob Arnson | 2018-09-06 | 1 | -0/+27 |
|/ | |||||
* | Support warning suppression. | Bob Arnson | 2018-08-28 | 3 | -2/+34 |
| | |||||
* | Fix Build and Clean targets | Rob Mensching | 2018-08-11 | 5 | -82/+149 |
| | |||||
* | Integrate Extensibility.Data namespace change | Rob Mensching | 2018-07-23 | 1 | -4/+4 |
| | |||||
* | Integrate tools from Core project | Rob Mensching | 2018-07-21 | 16 | -0/+400 |