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.
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.