summaryrefslogtreecommitdiff
path: root/src/wix/test/WixToolsetTest.Sdk (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert WixToolsetTest.Sdk to MSTest.***Bob Arnson2025-03-034-120/+123
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-302-2/+2
* Add Package/@Id and Bundle/@Id that can replace UpgradeCodesRob Mensching2024-12-303-3/+3
* Move the BootstrapperApplication out of procRob Mensching2024-03-062-6/+2
* Build tweaks to support VS 17.8...Bob Arnson2023-12-041-0/+1
* Fix build of outputs with comma in their filenameRob Mensching2023-04-043-0/+57
* Always add space to to test folder to flush out such bugsRob Mensching2023-03-231-1/+1
* Full support for multitargeting project references in a .wixprojRob Mensching2023-02-2111-1/+279
* Remove use of AppVeyorRob Mensching2023-01-231-2/+2
* Remove support for importing WixToolset.Sdk via PackageReferenceRob Mensching2023-01-1112-159/+21
* Ensure engine inscribe path is different from the original engine pathRob Mensching2022-12-131-2/+2
* Handle spaces when finding path to executables in MSBuild taskRob Mensching2022-11-211-1/+1
* Fix build when Cultures is specifiedRob Mensching2022-11-1715-57/+167
* Expose bind variables from build command and via MSBuild WixVariables propertyRob Mensching2022-11-178-55/+113
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-083-4/+4
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-314-8/+8
* Name the bind path item group "BindPath" in MSBuildRob Mensching2022-10-151-1/+1
* Simplify reference resolutionRob Mensching2022-10-143-17/+83
* Run wix.exe out of procRob Mensching2022-10-141-28/+19
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-231-9/+1
* Allow customization of the .wixpdb output folderRob Mensching2022-08-256-2/+224
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-0117-827/+31
* Use WixAssert in more places.Sean Hall2022-06-152-4/+4
* Create RequiresNativeWixAssets property.Sean Hall2022-02-181-6/+1
* Fix the bitness of native binaries for .NET FrameworkRob Mensching2022-02-172-1/+7
* Put validation tests behind #if due to confirmed MSI inconsistenciesRob Mensching2022-02-102-78/+99
* Add logging to tests to help diagnose intermittent test failuresRob Mensching2022-02-101-1/+9
* Re-enable skipped test and minor code clean upRob Mensching2022-02-101-2/+0
* Centralize all validating tests in a single fixtureRob Mensching2022-02-101-2/+2
* Skip another validation test.Sean Hall2022-02-101-1/+1
* Get Appveyor builds working.Sean Hall2022-02-091-2/+2
* Make validation independent of the build commandRob Mensching2022-02-088-6/+193
* MSBuild tests enhanced to test signingRob Mensching2022-01-104-9/+89
* Ensure external bundle payloads and containers are copied to outputRob Mensching2022-01-021-3/+3
* Move to a single tracking file for all bind inputs and outputsRob Mensching2022-01-021-2/+1
* Create a binlog to aid debugging MSBuild testsRob Mensching2022-01-022-0/+2
* Try to get more helpful test failure messages.Sean Hall2022-01-012-26/+26
* Remove warnings and make sure more don't creep in.Sean Hall2022-01-011-0/+1
* Re-enable test fixed by wix.targets rewriteRob Mensching2021-12-311-1/+0
* Switch to `net472` as Framework baseline.Bob Arnson2021-12-121-1/+1
* More VS2022 fixes.Sean Hall2021-12-061-1/+1
* Implement integrated build processRob Mensching2021-05-112-40/+12
* Move Tools into wixRob Mensching2021-04-2942-0/+1817