Skip to content

Commit

Permalink
moved to a no warn in csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonz120 committed Jun 20, 2024
1 parent 98c68c4 commit b3f9a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/NuGet.Clients/NuGet.CommandLine/.editorconfig

This file was deleted.

3 changes: 2 additions & 1 deletion src/NuGet.Clients/NuGet.CommandLine/NuGet.CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<UsePublicApiAnalyzer>false</UsePublicApiAnalyzer>
<GetSigningInputsDependsOn>GetSigningInputsCustom</GetSigningInputsDependsOn>
<GetSymbolsToIndexDependsOn>GetSymbolsToIndexCustom</GetSymbolsToIndexDependsOn>
</PropertyGroup>
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>

<Target Name="CreateCommandlineNupkg">
<ItemGroup>
Expand Down

0 comments on commit b3f9a76

Please sign in to comment.