Skip to content

Commit 47ba0ce

Browse files
author
William Li
committed
No warn NU5111
1 parent 3360019 commit 47ba0ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/System.CommandLine.Suggest/dotnet-suggest.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<ToolCommandName>dotnet-suggest</ToolCommandName>
1010
<PackAsToolShimRuntimeIdentifiers>win-x64;win-x86;osx-x64</PackAsToolShimRuntimeIdentifiers>
1111
<PackagedShimOutputRootDirectory>$(OutputPath)</PackagedShimOutputRootDirectory>
12+
13+
<!--warning about carried complete script. They are not used during nuget package-->
14+
<NoWarn>NU5111</NoWarn>
1215
</PropertyGroup>
1316

1417
<PropertyGroup Condition=" $(Build_BuildId) != '' ">

0 commit comments

Comments
 (0)