aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-06-24 16:19:06 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-06-24 20:45:05 +1000
commitfd385c79b4f00ebe897e864481669295d8fc112c (patch)
tree1da312e808adb84c572b8708b7de79c4503eaab9
parent57fc25f5bf81dcc5edbf1b1e7c331dde8fe4578f (diff)
downloadwix-fd385c79b4f00ebe897e864481669295d8fc112c.tar.gz
wix-fd385c79b4f00ebe897e864481669295d8fc112c.tar.bz2
wix-fd385c79b4f00ebe897e864481669295d8fc112c.zip
Move native pdbs into symbols package.
-rw-r--r--src/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj b/src/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj
index 5ffd617a..00fc8548 100644
--- a/src/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj
+++ b/src/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj
@@ -9,6 +9,7 @@
9 <DebugType>embedded</DebugType> 9 <DebugType>embedded</DebugType>
10 <Description>Managed Bootstrapper Application Core</Description> 10 <Description>Managed Bootstrapper Application Core</Description>
11 <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile> 11 <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile>
12 <IncludeSymbols>true</IncludeSymbols>
12 </PropertyGroup> 13 </PropertyGroup>
13 14
14 <PropertyGroup Condition=" '$(UsingMicrosoftNETSdk)'!='true' and '$(CreateDocumentation)'!='false' "> 15 <PropertyGroup Condition=" '$(UsingMicrosoftNETSdk)'!='true' and '$(CreateDocumentation)'!='false' ">