Skip to content

Commit

Permalink
Add DebugSymbols
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 13, 2024
1 parent 6d9b350 commit 880f763
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Autodesk.Forge.Oss/Autodesk.Forge.Oss.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('Debug'))">
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand Down

0 comments on commit 880f763

Please sign in to comment.