Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 35c71af

Browse files
author
Livar
authored
Merge pull request #9300 from livarcocc/no_suffix_tests_full_framework
Add the NoWarn option when producing Cli.Utils for full framework as well
2 parents 32f29b6 + 491ec16 commit 35c71af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/test/TestPackageProjects.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<VersionPrefix>$(CliVersionPrefix)</VersionPrefix>
3030
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
3131
<Clean>False</Clean>
32+
<MsbuildArgs>/p:NoWarn=NU5104</MsbuildArgs>
3233
</BaseTestPackageProject>
3334
<BaseTestPackageProject Include="src/Microsoft.DotNet.Cli.Utils"
3435
Condition=" '$(IsDesktopAvailable)' == 'False' " >

0 commit comments

Comments
 (0)