Skip to content

Commit 465c9cb

Browse files
Update DebugType to portable for Release build
Changed the DebugType from 'pdbonly' to 'portable' in the Release configuration to improve compatibility with modern debugging tools.
1 parent 1c7df52 commit 465c9cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dataplat.Dbatools.Csv/Dataplat.Dbatools.Csv.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535

3636
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
37-
<DebugType>pdbonly</DebugType>
37+
<DebugType>portable</DebugType>
3838
<Optimize>true</Optimize>
3939
</PropertyGroup>
4040

0 commit comments

Comments
 (0)