aboutsummaryrefslogtreecommitdiff
path: root/src/internal (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Normalize wix pdbs zip name to place $(Version) consistentlyRob Mensching2022-08-151-1/+1
|
* Generate metadata needed to populate update feedRob Mensching2022-08-081-0/+1
| | | | Step towards completing 5367
* Add TestData.CreateFile and dedupe TestSupport code from Core.Native testsRob Mensching2022-08-051-0/+33
|
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-012-0/+110
| | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838
* Upgrade xunit.runner.visualstudio from V2.4.1 to V2.4.5 in native projsSean Hall2022-06-293-3/+3
|
* Fix E2E test exception.Ron Martin2022-06-291-1/+1
| | | | Upgrade xunit.runner.visualstudio from V2.4.1 to V2.4.5.
* Add IsWixTestSupportProject property to prevent test project detection.Sean Hall2022-06-272-1/+2
|
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-273-3/+291
| | | | Fixes 3455
* Improve WixAssert.StringEqual to print where the first difference is.Sean Hall2022-06-151-26/+66
|
* Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified.Sean Hall2022-05-313-0/+48
|
* Add ability to skip tests at runtime, and skip long running cache testsSean Hall2022-05-1311-1/+237
| | | | 6665
* Remove comments from global.json.Sean Hall2022-05-121-0/+2
|
* Port UtilExtension.UserTests from wix3.Sean Hall2022-04-291-0/+1
|
* Use GitInfo in C++/CLI unit test projects to fix Burn's FileSearch testSean Hall2022-04-282-0/+3
|
* Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.Sean Hall2022-04-191-0/+5
|
* Fix "flaky" DUtil test.Ron Martin2022-04-131-0/+47
|
* Provide managed CA and Embedded UI DTF libraries via NuGetRob Mensching2022-03-312-1/+2
| | | | | | | | | | Lots of refactoring to bring the SFX tooling back into the 'dtf' layer since they are (in the end) tightly coupled to some DTF assemblies. Also refactored the DTF tests into their own folder and added a couple integration tests to build using the new CA/UI NuGet package. Closes wixtoolset/issues#6080
* Implement IWindowsInstallerDecompileExtensionsRob Mensching2022-03-301-0/+88
| | | | | | | Update Util extension to validate extension model and fix some small issues in MSI decompiling. Fixes 6367
* Update MSBuildRunner to ignore previous VS versionsRon Martin2022-03-091-58/+2
|
* Refactor related bundle enumeration into butil.Sean Hall2022-03-011-0/+1
| | | | Related to #3693
* Fix and run Burn 64-bit unit tests.Sean Hall2022-03-011-1/+2
|
* Move nuget.config, global.json and Directory.Packages.props to rootRob Mensching2022-02-231-2/+2
| | | | | Putting these files in the root means they can be used by the test projects support projects that get copied to the `build` folder.
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-174-0/+35
| | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files.
* Move the FileSystem.AccessControl version sync commentRob Mensching2022-02-171-1/+2
|
* Update Appveyor build number so that it is unique when re-run.Sean Hall2022-02-121-1/+1
|
* Add logging to tests to help diagnose intermittent test failuresRob Mensching2022-02-101-1/+30
|
* Fix NoWarn being overridden and use PackageReference for TestSupport.Sean Hall2022-01-273-3/+3
|
* Some code clean upRob Mensching2022-01-101-1/+1
|
* Add additional error detail to WixAssert.CompareLineByLineRob Mensching2022-01-021-8/+12
|
* Upload test results and fail the build if any are missing.Sean Hall2022-01-011-1/+3
| | | | Always zip up the logs from %TEMP%.
* Try to get more helpful test failure messages.Sean Hall2022-01-012-6/+48
|
* Remove warnings and make sure more don't creep in.Sean Hall2022-01-014-31/+14
| | | | Tests are not run inside of traversal projects so that skipped test warnings don't fail the build.
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-301-0/+1
| | | | Fixes #6348
* Build simplification and parallelizationRob Mensching2021-12-305-6/+9
|
* Reduce use of MSBuildAllProjects as per Microsoft guidanceRob Mensching2021-12-282-9/+1
|
* Remove Microsoft.NETFramework.ReferenceAssemblies.Bob Arnson2021-12-251-1/+0
|
* Build with VS2022, which is now required.Bob Arnson2021-12-252-2/+2
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Version extension ids.Bob Arnson2021-12-231-1/+1
| | | | | | | | | https://github.com/wixtoolset/issues/issues/5933 - Add support for detecting VS2022. - Add x64 custom actions. - Remove ancient Help 2.0 support. - Update WixCop to add the new element to trigger custom action.
* Switch to `net472` as Framework baseline.Bob Arnson2021-12-123-5/+5
|
* More VS2022 fixes.Sean Hall2021-12-061-1/+0
| | | | | | | Update v4.0 projects to target v4.7.2. Skip all Bal managed host tests for now. Remove ToolsVersion from DTF test projects. Remove Microsoft.NETFramework.ReferenceAssemblies from Directory.Packages.props.
* Fixes required to get build working using MSBuild64 from VS2022Rob Mensching2021-11-291-1/+1
|
* Minor build improvements to reduce outputRob Mensching2021-10-191-2/+2
|
* WiX Toolset v4-preview.0v4.0.0-preview.0Rob Mensching2021-05-172-0/+0
|
* Enable enabling runtime testsRob Mensching2021-05-171-0/+1
|
* Remove unused codeRob Mensching2021-05-171-13/+0
|
* Fix batch file command-line parsingRob Mensching2021-05-171-1/+1
|
* Fix StrAllocString assertions.Sean Hall2021-05-111-1/+1
|
* Implement integrated build processRob Mensching2021-05-1125-433/+351
|
* Move WixBuildTools into internalRob Mensching2021-04-2263-0/+10626