Skip to content

Commit d2e566c

Browse files
committed
Include symbols and xml documentation in the build output.
1 parent d9e9ee7 commit d2e566c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/ReCaptcha/ReCaptcha.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
<RepositoryUrl>https://github.com/jgdevlabs/aspnetcore-recaptcha</RepositoryUrl>
1818
<NeutralLanguage>en</NeutralLanguage>
1919
<PackageTags>aspnetcore;recaptcha;aspnetcoremvc;recaptcha-v2;recaptcha-v3</PackageTags>
20+
<IncludeSymbols>true</IncludeSymbols>
21+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
22+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2023
<DocumentationFile>..\..\docs\Griesoft.AspNetCore.ReCaptcha.xml</DocumentationFile>
2124
</PropertyGroup>
2225

23-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
24-
<DocumentationFile>D:\repos\ReCaptcha\docs\Griesoft.AspNetCore.ReCaptcha.xml</DocumentationFile>
25-
</PropertyGroup>
26-
2726
<ItemGroup>
2827
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor" Version="2.2.0" />
2928
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0">

0 commit comments

Comments
 (0)