Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit 0371bcb

Browse files
committed
(GH-29) Include symbols
1 parent 5e0cbce commit 0371bcb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Source/Cake.DotNetTool.Module/Cake.DotNetTool.Module.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0</TargetFrameworks>
4-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
5-
<DebugType>full</DebugType>
4+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
5+
<IncludeSymbols>true</IncludeSymbols>
6+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
7+
<DebugType>pdbonly</DebugType>
68
</PropertyGroup>
79
<PropertyGroup>
810
<CodeAnalysisRuleSet>Cake.DotNetTool.Module.ruleset</CodeAnalysisRuleSet>

0 commit comments

Comments
 (0)