Skip to content

Commit d4cc824

Browse files
committed
comment out NuGet.Build.Tasks.Pack to see if PR build succeeds
1 parent 07650ce commit d4cc824

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/client/RabbitMQ.Client/RabbitMQ.Client.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@
5151

5252
<ItemGroup>
5353
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
54+
<!--
5455
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="5.4.0">
5556
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5657
<PrivateAssets>all</PrivateAssets>
5758
</PackageReference>
59+
-->
5860
</ItemGroup>
5961

6062
<ItemGroup Condition=" '$(Configuration)' == 'SignedRelease' ">

0 commit comments

Comments
 (0)