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.53k stars 296 forks source link

Remove AzureServiceFabric build temporarily #1028

Closed nytian closed 10 months ago

nytian commented 10 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 10 months ago

Close this PR as finish building package.