From c50a0e000ab1812ec4781ace349a5d84fa01c8e4 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 24 Jun 2020 14:23:51 +1000 Subject: Merge the native nupkg into the Core.Native nupkg. There was no benefit in separating the native assets into its own package, the runtime..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. --- .../WixToolset.Core.Native.csproj | 30 ++++++++++++++-------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'src/WixToolset.Core.Native/WixToolset.Core.Native.csproj') diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj index ca8797a9..d12d0da6 100644 --- a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj +++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj @@ -5,9 +5,19 @@ $(MSBuildThisFileName).nuspec Core Native embedded - + + + All + Platform=Win32 + + + All + Platform=x64 + + + @@ -20,16 +30,16 @@ $(MSBuildProjectDir)..\..\build\obj\$(ProjectName)\$(Configuration)\NativeFileList.txt $(NCrunchOriginalProjectDir)..\..\build\obj\$(ProjectName)\$(Configuration)\NativeFileList.txt + $(MSBuildThisFileDirectory)..\wixnative\ - - - - - - - + + <_NativeProjectOutput Include="$(MergeModDirectory)x64\mergemod.dll" /> + <_NativeProjectOutput Include="$(OutputPath)..\x64\wixnative.exe" /> + <_NativeProjectOutput Include="$(OutputPath)..\x64\wixnative.pdb" /> + + @@ -60,8 +70,8 @@ - $(OutputPath) - Configuration=$(Configuration);Id=$(MSBuildThisFileName);Version=$(BuildVersionSimple);Authors=$(Authors);Copyright=$(Copyright);Description=$(Description) + $(OutputPath)..\ + Id=$(MSBuildThisFileName);Version=$(BuildVersionSimple);Authors=$(Authors);Copyright=$(Copyright);Description=$(Description);RepositoryCommit=$(SourceRevisionId);RepositoryType=$(RepositoryType);RepositoryUrl=$(PrivateRepositoryUrl);MergeModDir=$(MergeModDirectory) -- cgit v1.2.3-55-g6feb