Skip to content

Commit

Permalink
disable EnableGenerateDocumentationFile warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Oct 7, 2023
1 parent 5205799 commit f25cef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RepositoryUrl>https://github.com/GitTools/GitVersion</RepositoryUrl>
<RepositoryType>git</RepositoryType>

<NoWarn>1591,8618,SYSLIB10</NoWarn>
<NoWarn>$(NoWarn);1591,8618,SYSLIB10;EnableGenerateDocumentationFile</NoWarn>
<WarningsAsErrors>$(WarningsAsErrors);RS0016;RS0017;RS0022;RS0024;RS0025;RS0026;RS0027</WarningsAsErrors>

<DebugType>embedded</DebugType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<PackageReference Include="Buildalyzer" />
<PackageReference Include="LibGit2Sharp" />
<PackageReference Include="Microsoft.Build" />
<PackageReference Include="Microsoft.Build.Utilities.Core" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f25cef2

Please sign in to comment.