Skip to content

Commit 65cbea8

Browse files
Fixed pipeline break (Azure#21651)
1 parent a0feaa3 commit 65cbea8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sdk/webpubsub/Microsoft.Azure.WebJobs.Extensions.WebPubSub/src/Microsoft.Azure.WebJobs.Extensions.WebPubSub.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
1616
<PackageReference Include="System.Memory.Data" />
1717
</ItemGroup>
18+
19+
<ItemGroup>
20+
<ExcludeFromProjectReferenceToConversion Include="Azure.Messaging.WebPubSub" />
21+
</ItemGroup>
1822
</Project>

0 commit comments

Comments
 (0)