aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify heat by creating a single executableRob Mensching2021-04-2960-1/+86996
|
* Update to latest dutil.Sean Hall2021-04-292-3/+3
|
* Remove dead codeRob Mensching2021-04-203-56/+0
|
* Update to latest dutil.Sean Hall2021-04-152-3/+3
|
* Update to StandardDirectoryRob Mensching2021-04-079-61/+37
|
* Standardize on .NET Core v3.1Rob Mensching2021-04-0310-15/+15
|
* Add failing tests for bundles with uncompressed payloads.Sean Hall2021-03-314-0/+89
|
* Fix Heat tests and run BuildTask tests.Sean Hall2021-03-311-5/+5
|
* Don't directly reference WixToolset.Core.Native.Sean Hall2021-03-183-3/+0
|
* Re-enable suppressed ICES test and update dependenciesRob Mensching2021-03-185-2/+5
| | | | Completes wixtoolset/issues#5946
* Update service provider dependencyBob Arnson2021-03-155-2/+5
|
* Update to latest build infrastructureRob Mensching2021-03-036-10/+36
|
* Update heat.exe to add the Burn backend.Sean Hall2021-03-021-1/+3
| | | | #4183, #3992
* Update dutil.Sean Hall2021-02-172-3/+3
|
* One shiny NuGet package, please and thank you.Rob Mensching2021-02-111-1/+0
|
* Add DefaultCompressionLevel support.Bob Arnson2021-01-263-3/+7
|
* Add DetectCondition to ExePackage to fix test.Sean Hall2021-01-191-2/+2
|
* Update to latest Core.Sean Hall2021-01-032-3/+3
|
* Label skipped test with issue number.Sean Hall2020-12-191-1/+1
|
* Update to latest repo template and remove warnings.Sean Hall2020-12-195-11/+9
|
* Enable CheckForOverflowUnderflow.Sean Hall2020-12-141-0/+1
|
* Update test for BootstrapperApplicationDll element.Sean Hall2020-12-082-5/+6
|
* Use LatestMajor roll forward for Heat so it can load newer MSBuild.Sean Hall2020-11-282-2/+2
|
* Update dependenciesBob Arnson2020-11-1711-13/+13
| | | | ...and skip now-broken DotNetCoreSdk Heat test
* WIXFEAT:5490 - Send MSBuild bin path to heat project harvesting.Sean Hall2020-11-0712-0/+447
|
* Change workaround in Sdk.props to also work with MSBuild 16.8.Sean Hall2020-11-021-1/+1
| | | | This requires the .NET 4.8 targeting pack to be installed.
* Strong-name sign WiX assemblies.Bob Arnson2020-10-293-0/+12
|
* Update test authoring for Package/SummaryInformation change.Bob Arnson2020-10-247-38/+27
|
* Update project files so appveyor.cmd can build Debug for dev.Sean Hall2020-09-223-6/+15
|
* Only target all frameworks in ReleaseSean Hall2020-08-173-3/+6
|
* Use WixAssert.CompareLineByLine.Sean Hall2020-08-091-6/+6
|
* Remove noise from console outputRob Mensching2020-07-182-9/+2
|
* Fix Theme Viewer's install using invalid directory namesRob Mensching2020-07-141-2/+2
|
* Upgrade dependencies.Sean Hall2020-07-1410-14/+14
|
* Update to latest dutil.Sean Hall2020-07-102-3/+3
|
* Update to latest thmutil.Sean Hall2020-07-065-16/+25
|
* Rename WixToolset.Msbuild to WixToolset.SdkRob Mensching2020-06-2644-11/+11
|
* Add a default TargetFramework to the SDKRob Mensching2020-06-261-0/+1
|
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-252-10/+10
|
* Support SDK-style projects with MSBuild SDK assets.Bob Arnson2020-06-254-0/+40
|
* Add SourceLink to C++ projects.Sean Hall2020-06-243-1/+18
|
* Update thmviewer to show theme load errors.Sean Hall2020-06-245-12/+93
|
* Make it impossible for Heat to try to run in-proc.Sean Hall2020-06-153-2/+3
|
* Use simplified command-line parsing and update loading standard backendsRob Mensching2020-06-136-73/+23
|
* Update MSBuild task to support async commands and push heat out of procRob Mensching2020-06-107-26/+32
|
* Support "extension" commandRob Mensching2020-06-102-0/+3
|
* Support async execution of commandsRob Mensching2020-06-101-8/+22
|
* Move WixCop to "wix.exe convert" commandRob Mensching2020-06-1031-1531/+9
|
* Reenable RunAsSeparateProcess.Sean Hall2020-06-032-6/+6
| | | | | | 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-032-6/+6
|