Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
🔒️ Strip full path to .pdb from release assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Oct 27, 2023
1 parent bd7e71a commit ff4cb58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
<NoWarn>$(NoWarn),1591</NoWarn> <!-- Suppress the 'Missing XML Documentation' warning -->
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
</PropertyGroup>

</Project>

0 comments on commit ff4cb58

Please sign in to comment.