aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.MSBuild (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use simplified command-line parsing and update loading standard backendsRob Mensching2020-06-131-0/+3
* Update MSBuild task to support async commands and push heat out of procRob Mensching2020-06-101-2/+2
* Reenable RunAsSeparateProcess.Sean Hall2020-06-031-5/+5
* 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-032-1/+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-3126-0/+991