We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e10dd commit 228b522Copy full SHA for 228b522
eng/packages/http-client-csharp/generator/TestProjects/Directory.Build.props
@@ -1,6 +1,8 @@
1
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
<PropertyGroup>
3
<ImportRepoCommonSettings>true</ImportRepoCommonSettings>
4
+ <!-- Don't warn for missing XML comments for test projects as the stubbed versions will not have them. -->
5
+ <NoWarn>$(NoWarn);1591</NoWarn>
6
</PropertyGroup>
7
<!--
8
Add any shared properties you want for the projects under this package directory that need to be set before the auto imported Directory.Build.props
0 commit comments