Skip to content

Commit 333b991

Browse files
author
A9G-Data-Droid
committed
Revert "Remove *.pdb files from release"
This reverts commit 877086a. To only change one file
1 parent 877086a commit 333b991

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

RubberduckBaseProject.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@
6363
</PropertyGroup>
6464

6565
<PropertyGroup Condition=" '$(Configuration)' == 'Release'">
66-
<DebugType>none</DebugType>
67-
<DebugSymbols>false</DebugSymbols>
66+
<DebugType>pdbonly</DebugType>
6867
<Optimize>true</Optimize>
6968
<DefineConstants>RELEASE</DefineConstants>
7069
</PropertyGroup>

0 commit comments

Comments
 (0)