aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.BuildTasks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename WixToolset.Msbuild to WixToolset.SdkRob Mensching2020-06-261-4/+4
|
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-251-4/+4
|
* Use simplified command-line parsing and update loading standard backendsRob Mensching2020-06-131-0/+3
|
* Get the inner exception test working in the MSBuild test project.Sean Hall2020-06-032-49/+0
|
* Move most tests into the new WixToolsetTest.MSBuild project.Sean Hall2020-05-3124-975/+7
| | | | 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 Hall2020-05-283-2/+21
|
* Rename DoIt to WixBuild.Sean Hall2020-05-282-3/+3
|
* Allow more than one harvested file and files differing by extensionpaulomorgado2020-05-266-2/+168
| | | | | | add component and directory for more disambiguation Fix HarvestFile Ouput added unit tests
* Ensure inner exceptions from unexpected exceptions get logged.Sean Hall2020-05-131-0/+43
|
* Fix test.Sean Hall2020-05-101-1/+1
|
* Add test for building a bundle from .wixproj.Sean Hall2020-05-105-2/+104
|
* Set RuntimeIdentifier to win-x86 in most projectsSean Hall2020-05-091-0/+1
| | | | now that the WixToolset.Core.Native package isn't providing wixnative.*.exe anymore.
* Implement Heat tasks from WixToolset.HarvestersSean Hall2020-05-084-0/+161
|
* Remove partial WixPdb support.Bob Arnson2020-04-111-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 Hall2020-04-071-0/+3
| | | | delete everything.
* Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-172-3/+65
|
* Update to latest Core to use .wixpdb for test validation purposesRob Mensching2019-10-281-1/+1
|
* Better support all .NETs and fix-up integration testsRob Mensching2019-10-201-1/+2
|
* Fix versioning of thmviewer and include MSI package in buildRob Mensching2019-10-201-3/+3
|
* Update to latest Core changes plus other minor fixesRob Mensching2019-05-093-17/+9
|
* Plumb InstallerPlatform through MSBuild task.Bob Arnson2019-01-161-0/+28
|
* Add failing test for SuppressIces.Sean Hall2019-01-121-0/+22
|
* Re-enable tests and NCrunch with fixes to Core.NativeRob Mensching2018-12-223-5/+6
|
* Skip some MSBuild tests until we can execute tests with out of proc MSBuildRob Mensching2018-10-042-5/+5
|
* Enable NCrunch supportRob Mensching2018-10-041-0/+5
|
* Merge pull request #3 from wixtoolset/bob/5853-variable-redefinitionSean Hall2018-09-091-1/+1
|\ | | | | Update test now that Core now ignores equal variable redefinitions.
| * Update test now that Core now ignores equal variable redefinitions.Bob Arnson2018-09-031-1/+1
| | | | | | | | Depends on https://github.com/wixtoolset/Core/pull/2
* | Add .wixipl output MSBuild test.Bob Arnson2018-09-061-0/+27
|/
* Support warning suppression.Bob Arnson2018-08-283-2/+34
|
* Fix Build and Clean targetsRob Mensching2018-08-115-82/+149
|
* Integrate Extensibility.Data namespace changeRob Mensching2018-07-231-4/+4
|
* Integrate tools from Core projectRob Mensching2018-07-2116-0/+400