Skip to content

Commit f25f389

Browse files
chore: removing pdb from publish
The interface for turning off the pdbs in release is very weird. Its unchecked but it was still generating them because the drop down beneath it wasn't set to none. This should fix the drop down.
1 parent 675b2e3 commit f25f389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Nullinside.Api.Common/Nullinside.Api.Common.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
1515
<DocumentationFile>bin\Release\Nullinside.Api.Common.xml</DocumentationFile>
1616
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
17+
<DebugType>none</DebugType>
1718
</PropertyGroup>
1819

1920
<ItemGroup>

0 commit comments

Comments
 (0)