We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3360019 commit 47ba0ceCopy full SHA for 47ba0ce
src/System.CommandLine.Suggest/dotnet-suggest.csproj
@@ -9,6 +9,9 @@
9
<ToolCommandName>dotnet-suggest</ToolCommandName>
10
<PackAsToolShimRuntimeIdentifiers>win-x64;win-x86;osx-x64</PackAsToolShimRuntimeIdentifiers>
11
<PackagedShimOutputRootDirectory>$(OutputPath)</PackagedShimOutputRootDirectory>
12
+
13
+ <!--warning about carried complete script. They are not used during nuget package-->
14
+ <NoWarn>NU5111</NoWarn>
15
</PropertyGroup>
16
17
<PropertyGroup Condition=" $(Build_BuildId) != '' ">
0 commit comments