aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-25Remove support for .NET Core 3.x from dnchost.Sean Hall7-384/+20
2022-10-25Add NetFx .NET compatibility check for MSI (#262)StefanStojanovic13-3/+496
2022-10-25Add queutil so Burn can manage its own queue of BA requested actions.Sean Hall18-125/+451
2022-10-22Ensure BA container is only created once in BundlesRob Mensching3-6/+19
2022-10-21Fix a couple minor bug in when adding/removing user commentsRob Mensching2-63/+62
2022-10-21Support add, modify and remove comments on user accountsRon Martin29-180/+900
2022-10-21Support converting deprecated inner text with embedded commentsRon Martin4-75/+581
2022-10-19Workaround ARM64 test failure until there is an ARM64 NETFX wix.exeRob Mensching1-1/+9
2022-10-19Clean up shipping WiX .nupkgs of XML doc and unneeded .target filesRob Mensching3-3/+2
2022-10-19Update several dependenciesRob Mensching1-7/+18
2022-10-19Update to latest NuGet assembliesRob Mensching1-3/+3
2022-10-19Update build dependencies and normalize more projectsRob Mensching27-75/+65
2022-10-15Name the bind path item group "BindPath" in MSBuildRob Mensching9-25/+21
2022-10-15Add newest .nupkgs to clean scriptRob Mensching1-0/+2
2022-10-15Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching55-336/+215
2022-10-14Simplify reference resolutionRob Mensching8-251/+173
2022-10-14Normalize ToolsetTask implementation to call wix.exe and heat.exeRob Mensching31-201/+197
2022-10-14Run wix.exe out of procRob Mensching21-367/+226
2022-10-14Yield long running MSBuild tasksRob Mensching1-2/+4
2022-10-14Only run WindowsInstallerValidation when WixBuild runsRob Mensching1-2/+4
2022-10-14Minor code clean upRob Mensching3-19/+11
2022-10-10Add Netfx bundle extension and netfx:DotNetCoreSearch.Sean Hall55-151/+1569
2022-10-04Attempt ordinal sort to fix CI test failureRob Mensching1-6/+4
2022-10-04Fix tracking of detached containersRob Mensching5-15/+5
2022-10-04Use file system abstraction to handle retries automaticallyRob Mensching24-127/+143
2022-10-04Add retries when trying to update bundle resourcesRob Mensching6-33/+51
2022-10-04Modernize Util.wixext buildRob Mensching4-6/+36
2022-10-04Run tests in bulk to improve performanceRob Mensching8-44/+62
2022-10-04Small clean up of api segment buildRob Mensching4-10/+9
2022-10-04Remove dependency on NuGet.Versioning from CoreRob Mensching2-6/+6
2022-10-04Move WixVersion to new WixToolset.Versioning package in libs segmentRob Mensching24-9/+1275
2022-10-04Incremental linking is not supported by C++/CLIRob Mensching1-0/+3
2022-10-04Fix verutil string comparisonsRob Mensching2-2/+2
2022-10-03Make all test roll forwardRob Mensching4-3/+1
2022-10-03Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching69-104/+115
2022-10-03Use packageSourceMapping to control source of NuGet packagesRob Mensching4-16/+11
2022-10-03Allow independent extraction of BA to remove use of InternalsVisibleToRob Mensching11-137/+55
2022-09-28Fix UICompiler custom actions duplicationStefanStojanovic1-25/+35
2022-09-27Introduce PatchFilterMap to remove Row.SectionIdRob Mensching14-368/+426
2022-09-27Implement transform decompiling and use it in patch filter testsRob Mensching17-177/+390
2022-09-27Rename MsiPatchSequenceSymbol to MsiPatchFamilySymbol and fix the IdRob Mensching6-74/+74
2022-09-27Refactor patch filtering on the path towards making it work properlyRob Mensching9-744/+843
2022-09-27Symbols won't have section ids.Rob Mensching2-32/+0
2022-09-27Add patch error test to validate missing baseline patch fileRob Mensching2-0/+36
2022-09-27Simplify patch fixture internal resultsRob Mensching1-44/+44
2022-09-25Update README.mdDaniel Chalmers1-9/+13
2022-09-23Fix and reenable some skipped E2E Burn patching testsRob Mensching2-13/+5
2022-09-23Implement single pass patch buildRob Mensching56-1676/+1508
2022-09-23Build some common products to share across multiple patch testsRob Mensching7-80/+40
2022-09-23Re-enable and update a patching test fixed previouslyRob Mensching2-13/+12