Merge pull request #9300 from livarcocc/no_suffix_tests_full_framework

Add the NoWarn option when producing Cli.Utils for full framework as well
This commit is contained in:
Livar 2018-05-16 21:35:16 -07:00 committed by GitHub
commit 35c71afb8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@
<VersionPrefix>$(CliVersionPrefix)</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Clean>False</Clean>
<MsbuildArgs>/p:NoWarn=NU5104</MsbuildArgs>
</BaseTestPackageProject>
<BaseTestPackageProject Include="src/Microsoft.DotNet.Cli.Utils"
Condition=" '$(IsDesktopAvailable)' == 'False' " >