Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to StandardDirectory | Rob Mensching | 2021-04-07 | 8 | -50/+30 |
| | |||||
* | Standardize on .NET Core v3.1 | Rob Mensching | 2021-04-03 | 2 | -2/+2 |
| | |||||
* | Add failing tests for bundles with uncompressed payloads. | Sean Hall | 2021-03-31 | 4 | -0/+89 |
| | |||||
* | Fix Heat tests and run BuildTask tests. | Sean Hall | 2021-03-31 | 1 | -5/+5 |
| | |||||
* | Re-enable suppressed ICES test and update dependencies | Rob Mensching | 2021-03-18 | 2 | -2/+2 |
| | | | | Completes wixtoolset/issues#5946 | ||||
* | Add DefaultCompressionLevel support. | Bob Arnson | 2021-01-26 | 2 | -3/+2 |
| | |||||
* | Add DetectCondition to ExePackage to fix test. | Sean Hall | 2021-01-19 | 1 | -2/+2 |
| | |||||
* | Update to latest Core. | Sean Hall | 2021-01-03 | 1 | -1/+1 |
| | |||||
* | Label skipped test with issue number. | Sean Hall | 2020-12-19 | 1 | -1/+1 |
| | |||||
* | Update test for BootstrapperApplicationDll element. | Sean Hall | 2020-12-08 | 1 | -4/+5 |
| | |||||
* | Use LatestMajor roll forward for Heat so it can load newer MSBuild. | Sean Hall | 2020-11-28 | 1 | -1/+1 |
| | |||||
* | Update dependencies | Bob Arnson | 2020-11-17 | 1 | -1/+1 |
| | | | | ...and skip now-broken DotNetCoreSdk Heat test | ||||
* | WIXFEAT:5490 - Send MSBuild bin path to heat project harvesting. | Sean Hall | 2020-11-07 | 10 | -0/+435 |
| | |||||
* | Update test authoring for Package/SummaryInformation change. | Bob Arnson | 2020-10-24 | 6 | -32/+23 |
| | |||||
* | Use WixAssert.CompareLineByLine. | Sean Hall | 2020-08-09 | 1 | -6/+6 |
| | |||||
* | Rename WixToolset.Msbuild to WixToolset.Sdk | Rob Mensching | 2020-06-26 | 33 | -9/+9 |
| | |||||
* | The Great Tuple to Symbol Rename (tm) | Rob Mensching | 2020-06-25 | 2 | -10/+10 |
| | |||||
* | Use simplified command-line parsing and update loading standard backends | Rob Mensching | 2020-06-13 | 2 | -0/+6 |
| | |||||
* | Update MSBuild task to support async commands and push heat out of proc | Rob Mensching | 2020-06-10 | 1 | -2/+2 |
| | |||||
* | Move WixCop to "wix.exe convert" command | Rob Mensching | 2020-06-10 | 16 | -954/+0 |
| | |||||
* | Reenable RunAsSeparateProcess. | Sean Hall | 2020-06-03 | 1 | -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 Hall | 2020-06-03 | 1 | -5/+5 |
| | |||||
* | Get the inner exception test working in the MSBuild test project. | Sean Hall | 2020-06-03 | 4 | -50/+28 |
| | |||||
* | Never run in-proc on .NET Core. | Sean Hall | 2020-06-03 | 3 | -20/+67 |
| | |||||
* | Add ability for net461 tasks to run the tool out of proc. | Sean Hall | 2020-06-03 | 3 | -15/+25 |
| | |||||
* | In MSBuild tests, default to Release. | Sean Hall | 2020-05-31 | 3 | -26/+27 |
| | |||||
* | Disable node reuse when running msbuild inside of tests. | Sean Hall | 2020-05-31 | 1 | -0/+3 |
| | |||||
* | Provide x86 and x64 versions of net461 build tasks. | Sean Hall | 2020-05-31 | 7 | -0/+204 |
| | |||||
* | Update all MSBuild tests to run on x86 and x64 MSBuild. | Sean Hall | 2020-05-31 | 3 | -69/+114 |
| | |||||
* | Update MSBuild tests to use WixToolset.MSBuild.props to find wix.targets. | Sean Hall | 2020-05-31 | 7 | -42/+23 |
| | |||||
* | Change MSBuild tests to use the default intermediate and output folders. | Sean Hall | 2020-05-31 | 2 | -78/+89 |
| | |||||
* | 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 |
| |