Skip to content

Commit ae9d7ee

Browse files
Missing pdb for symbol nuget package.
1 parent a533244 commit ae9d7ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate.Mapping.Attributes/NHibernate.Mapping.Attributes.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<DefineConstants>TRACE</DefineConstants>
8080
<DocumentationFile>
8181
</DocumentationFile>
82-
<DebugSymbols>false</DebugSymbols>
82+
<DebugSymbols>true</DebugSymbols>
8383
<FileAlignment>4096</FileAlignment>
8484
<NoStdLib>false</NoStdLib>
8585
<NoWarn>
@@ -89,7 +89,7 @@
8989
<RemoveIntegerChecks>false</RemoveIntegerChecks>
9090
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
9191
<WarningLevel>4</WarningLevel>
92-
<DebugType>none</DebugType>
92+
<DebugType>pdbonly</DebugType>
9393
<ErrorReport>prompt</ErrorReport>
9494
</PropertyGroup>
9595
<ItemGroup>

0 commit comments

Comments
 (0)