aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-24Add SourceLink to C++ projects.Sean Hall4-4/+34
2020-06-24Add ARM/ARM64 wixnative.exeSean Hall8-10/+56
Update mergemod.dll from SDK 10.0.19041.0.
2020-06-24Move native pdbs into symbols package.Sean Hall1-0/+1
2020-06-24Merge the native nupkg into the Core.Native nupkg.Sean Hall6-68/+37
There was no benefit in separating the native assets into its own package, the runtime.<rid>.PackageName strategy is for binaries to be copied to the root of project and therefore doesn't support the portable scenario where all available assets are required. Manually author the repository element in the nupkg for SourceLink.
2020-06-24Update to latest dutil.Sean Hall4-6/+6
2020-06-15Use Path.PathSeparator.Sean Hall2-5/+5
2020-05-22Add support using mergmod.dll and its interfacesRob Mensching10-14/+545
2020-05-13Wrap wixnative.exe FileNotFoundException in PlatformNotSupportedExceptionSean Hall1-1/+3
2020-05-10The directory separator on non-Windows platforms is ':'Sean Hall1-13/+15
2020-05-09Use NATIVE_DLL_SEARCH_DIRECTORIES to support cross-platform wixnative.exeSean Hall4-14/+26
2020-05-09Update dependencies.Sean Hall7-30/+12
2020-05-07Remove timeout on WixNative*.exe to avoid judging on build time.Bob Arnson1-15/+6
2020-05-07Fix timeoutBob Arnson1-5/+10
Increase WixNative*.exe timeout to 10 minutes and properly handle when there's a timeout.
2019-12-11Exclude null output from report of extracted files.Bob Arnson2-6/+10
2019-12-11Return the set of files extracted from a cabinet.Bob Arnson1-2/+2
2019-05-23User shared data types from WixToolset.DataRob Mensching6-32/+16
2019-05-08Remove MSI interop from Core.NativeRob Mensching6-1365/+23
2019-03-21Avoid hang when a .cab is has no files.Bob Arnson1-2/+5
2019-01-13Update to latest Cpp.Build.props for locating latest Win10 SDK.Sean Hall1-1/+5
2018-12-30Reduce extra appveyor builds by targeting only master and develop branchesRob Mensching1-0/+5
2018-12-26Move wixnative.*.exe back to root libs in .nupkgRob Mensching2-20/+11
It seems NuGet will not copy the .exes from subfolders so move them back to root folder and live with the warnings that the .exe files are not managed code (because they aren't).
2018-12-24Move wixnative.*.exe in Core.Native.nupkg into arch folderRob Mensching3-14/+35
Moving the native executable to a subdirectory in the Core.Native to avoid NuGet warning about non-managed code files in "lib" folder. Also, better support NCrunch by ignoring wixnative.exe
2018-12-22Include wixnative.exe in the Core.Native .nupkgRob Mensching1-6/+9
This is done to place the wixnative.exe correctly for testing purposes. The dependency on runtime.win.WixToolset.Core.Native.nupkg is used to deliver wixnative.exe when publishing.
2018-12-22Update to latest Home\repo-templateRob Mensching8-13/+112
2018-10-03Enable use of NCrunchRob Mensching6-19/+98
2018-10-03Add better error message when wixnative.exe cannot be foundRob Mensching1-0/+5
2018-08-10Update test references and simplify BuildWixNative file gatheringRob Mensching2-20/+15
2018-07-13Attempt to use platform specific runtimesRob Mensching1-4/+4
2018-07-13Attempt to move wixnative.exe to independent runtime .nupkgRob Mensching6-6/+42
2018-07-13Update development dependenciesRob Mensching2-11/+11
2018-07-12Update development dependenciesRob Mensching2-4/+4
2018-07-12Improve debuggabilityRob Mensching2-1/+2
2018-07-12Disable part of test that fails irregularlyRob Mensching1-1/+2
2017-12-27Send build notifications to SlackRob Mensching1-0/+5
2017-11-29Improved cabinet handlingRob Mensching25-8/+1276
2017-09-17Standardize on appveyor.cmd for buildsRob Mensching2-3/+2
2017-09-17Include MSI and MSM interopRob Mensching3-2/+1360
2017-09-17Update to latest GitVersioningRob Mensching3-4/+4
2017-09-07Initial commitRob Mensching13-0/+757
2017-09-03Initialize repoRob Mensching9-0/+497