aboutsummaryrefslogtreecommitdiff
path: root/src/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use WixAssert.CompareLineByLine.Sean Hall2020-08-091-6/+6
|
* Rename WixToolset.Msbuild to WixToolset.SdkRob Mensching2020-06-2633-9/+9
|
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-252-10/+10
|
* Use simplified command-line parsing and update loading standard backendsRob Mensching2020-06-132-0/+6
|
* Update MSBuild task to support async commands and push heat out of procRob Mensching2020-06-101-2/+2
|
* Move WixCop to "wix.exe convert" commandRob Mensching2020-06-1016-954/+0
|
* Reenable RunAsSeparateProcess.Sean Hall2020-06-031-5/+5
| | | | | | Publish the parts of WixToolset.MSBuild to individual folders and then manually recombine them, because otherwise dotnet publish was mysteriously bringing in the wrong versions of dlls. Disable tests in appveyor.yml because Appveyor was running the tests again at the end of the build.
* Disable RunAsSeparateProcess until build server issues are resolved.Sean Hall2020-06-031-5/+5
|
* Get the inner exception test working in the MSBuild test project.Sean Hall2020-06-034-50/+28
|
* Never run in-proc on .NET Core.Sean Hall2020-06-033-20/+67
|
* Add ability for net461 tasks to run the tool out of proc.Sean Hall2020-06-033-15/+25
|
* In MSBuild tests, default to Release.Sean Hall2020-05-313-26/+27
|
* Disable node reuse when running msbuild inside of tests.Sean Hall2020-05-311-0/+3
|
* Provide x86 and x64 versions of net461 build tasks.Sean Hall2020-05-317-0/+204
|
* Update all MSBuild tests to run on x86 and x64 MSBuild.Sean Hall2020-05-313-69/+114
|
* Update MSBuild tests to use WixToolset.MSBuild.props to find wix.targets.Sean Hall2020-05-317-42/+23
|
* Change MSBuild tests to use the default intermediate and output folders.Sean Hall2020-05-312-78/+89
|
* Move most tests into the new WixToolsetTest.MSBuild project.Sean Hall2020-05-3127-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 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
* Add test for wixcop handling util:PermissionEx/@Inheritable.Sean Hall2020-05-234-2/+103
|
* 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-092-1/+3
| | | | 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.
* Address breaking changes.Sean Hall2020-04-021-2/+3
|
* Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-172-3/+65
|
* Update WixCop tests for versioned extension id changes.Bob Arnson2020-03-052-2/+2
|
* 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-202-2/+7
|
* Fix versioning of thmviewer and include MSI package in buildRob Mensching2019-10-201-3/+3
|
* Extract common converters code to Converters repo and use that insteadRob Mensching2019-10-201-554/+0
|
* Update to latest Core changes plus other minor fixesRob Mensching2019-05-095-19/+12
|
* 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-224-5/+11
|
* Update to latest Home\repo-templateRob Mensching2018-12-221-2/+1
|
* Make WixCop move Directory/@ShortName to @Name. (#7)Sean Hall2018-12-101-0/+28
| | | Fixes wixtoolset/issues#5652.
* Handle the rename of WixCA and QtExec* binary, custom action, and property ids.Bob Arnson2018-10-086-0/+354
| | | | Fixed wixtoolset/issues#5887.
* Normalize text files line endings because Git isn't being consistentRob Mensching2018-10-041-4/+4
|
* Simplify whitespace handling and fix some long standing bugs in itRob Mensching2018-10-041-0/+74
| | | | Fixes wixtoolset/issues#5883
* Update test to respect new WiX v4 public Id behaviorRob Mensching2018-10-042-12/+7
|
* Fix WixCop namespaces and some C# modernizationRob Mensching2018-10-0410-156/+226
|
* 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
|
* Add failing test for wixtoolset/issues#5883.Bob Arnson2018-10-015-8/+196
|