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:
commit
35c71afb8e
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
||||||
<VersionPrefix>$(CliVersionPrefix)</VersionPrefix>
|
<VersionPrefix>$(CliVersionPrefix)</VersionPrefix>
|
||||||
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
|
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
|
||||||
<Clean>False</Clean>
|
<Clean>False</Clean>
|
||||||
|
<MsbuildArgs>/p:NoWarn=NU5104</MsbuildArgs>
|
||||||
</BaseTestPackageProject>
|
</BaseTestPackageProject>
|
||||||
<BaseTestPackageProject Include="src/Microsoft.DotNet.Cli.Utils"
|
<BaseTestPackageProject Include="src/Microsoft.DotNet.Cli.Utils"
|
||||||
Condition=" '$(IsDesktopAvailable)' == 'False' " >
|
Condition=" '$(IsDesktopAvailable)' == 'False' " >
|
||||||
|
|
Loading…
Reference in a new issue