Skip to content

Commit 397f7ae

Browse files
author
Andrew Omondi (from Dev Box)
committed
Ignore doc warnings for target
1 parent 602bbca commit 397f7ae

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/Microsoft.Graph/Microsoft.Graph.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/CHANGELOG.md
5353
<DocumentationFile>bin\Debug\Microsoft.Graph.xml</DocumentationFile>
5454
<NoWarn>1701;1702;1705;1591</NoWarn>
5555
</PropertyGroup>
56+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net5.0|AnyCPU'">
57+
<DocumentationFile>bin\Release\Microsoft.Graph.xml</DocumentationFile>
58+
<NoWarn>1701;1702;1705;1591</NoWarn>
59+
</PropertyGroup>
60+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net5.0|AnyCPU'">
61+
<DocumentationFile>bin\Debug\Microsoft.Graph.xml</DocumentationFile>
62+
<NoWarn>1701;1702;1705;1591</NoWarn>
63+
</PropertyGroup>
5664
<!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
5765
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
5866
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>

0 commit comments

Comments
 (0)