Skip to content

Commit f25cef2

Browse files
committed
disable EnableGenerateDocumentationFile warnings
1 parent 5205799 commit f25cef2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<RepositoryUrl>https://github.com/GitTools/GitVersion</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
2020

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

2424
<DebugType>embedded</DebugType>

src/GitVersion.MsBuild.Tests/GitVersion.MsBuild.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<PackageReference Include="Buildalyzer" />
66
<PackageReference Include="LibGit2Sharp" />
77
<PackageReference Include="Microsoft.Build" />
8+
<PackageReference Include="Microsoft.Build.Utilities.Core" />
89
</ItemGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)