Skip to content

Commit 1fe1253

Browse files
committed
Remove DebugSymbols
1 parent b996969 commit 1fe1253

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Autodesk.Forge.Oss.DesignAutomation/Autodesk.Forge.Oss.DesignAutomation.csproj

-4
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@
6262

6363
<PropertyGroup Condition="!$(Configuration.Contains('Debug'))">
6464
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
65-
<IncludeSymbols>true</IncludeSymbols>
66-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
67-
<DebugSymbols>true</DebugSymbols>
68-
<DebugType>Full</DebugType>
6965
</PropertyGroup>
7066
<PropertyGroup Condition="$(Configuration.Contains('Debug'))">
7167
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)