Skip to content

Commit 07650ce

Browse files
committed
Add NuGet.Build.Tasks.Pack package
This should re-enable per-PR releases to MyGet
1 parent 172ad8c commit 07650ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

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

5252
<ItemGroup>
5353
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
54+
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="5.4.0">
55+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
56+
<PrivateAssets>all</PrivateAssets>
57+
</PackageReference>
5458
</ItemGroup>
5559

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

0 commit comments

Comments
 (0)