Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.47k stars 287 forks source link

Remove AzureServiceFabric build temporarily #1028

Closed nytian closed 5 months ago

nytian commented 5 months ago

This PR don't need to be merged.

Remove src/DurableTask.AzureServiceFabric/DurableTask.AzureServiceFabric.csproj from restore and build. Since it includes Newtonsoft.Json 7.0.1 which will cause the release pipeline failed to restore. Remove this one temporarily to unblock the release process.

nytian commented 5 months ago

Close this PR as finish building package.