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

Add Automatic suffix generation for DTFx.Core and DTFx.AzureStorage #1025

Closed davidmrdavid closed 3 months ago

davidmrdavid commented 5 months ago

As in title: automation to generate preview packages of DTFx.Core and DTFx.AzureStorage on ADO. This is the DTFX equivalent of: https://github.com/Azure/azure-functions-durable-extension/pull/2709

This PR does two things: (1) It makes the pipeline run automatically after every commit to the main branch (2) On any automatic run, it appends a suffix to the generated package version.

In the long run, we can take this package version and automatically push it to our ADO feed so that it may be consumed by our pre-existing nightly DF Extension testing feed, so that we have nightly testing coverage across repos.

davidmrdavid commented 3 months ago

@cgillum: could you give this another pass?