Azure / azure-functions-durable-powershell

PowerShell SDK for writing Durable Functions apps
MIT License
7 stars 3 forks source link

Remove the `Microsoft.Azure.WebJobs.Extensions.DurableTask` nupkg from the test function app #30

Closed michaelpeng36 closed 1 year ago

michaelpeng36 commented 1 year ago

Currently, Microsoft.Azure.WebJobs.Extensions.DurableTask.100.7.0.nupkg must be present in the test/E2E/durableApp folder for the test app to work properly. This should be removed (as well as the corresponding entry in the extensions.csproj file) before the SDK is fully released.

davidmrdavid commented 1 year ago

Closing as this is no longer needed