diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 14:27:03 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 20:36:35 +1000 |
commit | c1cc095efa7deec07ffe29034a076035458c260f (patch) | |
tree | e288e4de46a10df85bc0bce7525c567e097d0c29 | |
parent | c50a0e000ab1812ec4781ace349a5d84fa01c8e4 (diff) | |
download | wix-c1cc095efa7deec07ffe29034a076035458c260f.tar.gz wix-c1cc095efa7deec07ffe29034a076035458c260f.tar.bz2 wix-c1cc095efa7deec07ffe29034a076035458c260f.zip |
Move native pdbs into symbols package.
-rw-r--r-- | src/WixToolset.Core.Native/WixToolset.Core.Native.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj index d12d0da6..d62de257 100644 --- a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj +++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj | |||
@@ -5,6 +5,7 @@ | |||
5 | <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile> | 5 | <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile> |
6 | <Description>Core Native</Description> | 6 | <Description>Core Native</Description> |
7 | <DebugType>embedded</DebugType> | 7 | <DebugType>embedded</DebugType> |
8 | <IncludeSymbols>true</IncludeSymbols> | ||
8 | </PropertyGroup> | 9 | </PropertyGroup> |
9 | 10 | ||
10 | <ItemGroup> | 11 | <ItemGroup> |