Improve debuggability
Rob Mensching committed
Jul 12, 2018 at 22:19 UTC
c080bd2aa54b22ae8f1c06803ba9397ff80df696
2 files changed
+2
-1
src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
+2
@@ -4,10 +4,12 @@
4
<TargetFramework>netstandard2.0</TargetFramework>
5
<NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile>
6
<Description>Core Native</Description>
7
+ <DebugType>embedded</DebugType>
8
<!-- <BeforePack>SetNuspecProperties</BeforePack> -->
9
</PropertyGroup>
10
11
<ItemGroup>
12
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63102-01" PrivateAssets="All"/>
13
<PackageReference Include="Nerdbank.GitVersioning" Version="2.0.41" PrivateAssets="all" />
14
</ItemGroup>
15
src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec
-1
@@ -20,7 +20,6 @@
20
21
<files>
22
<file src="$id$.dll" target="lib\netstandard2.0" />
23
- <file src="$id$.pdb" target="lib\netstandard2.0" />
23
<file src="..\Win32\wixnative.exe" target="lib\netstandard2.0\x86" />
24
<file src="..\Win32\wixnative.pdb" target="lib\netstandard2.0\x86" />
25
<file src="..\x64\wixnative.exe" target="lib\netstandard2.0\x64" />