Open danieljurek opened 1 year ago
Tasks with intermittent failures can be retried if they are made idempotent on retry -- https://learn.microsoft.com/en-us/azure/devops/release-notes/2021/pipelines/sprint-195-update
Build might be more difficult to do than generate (because build requires generate).
Used once here: https://github.com/Azure/azure-sdk-for-cpp/pull/4635
Tasks with intermittent failures can be retried if they are made idempotent on retry -- https://learn.microsoft.com/en-us/azure/devops/release-notes/2021/pipelines/sprint-195-update
Build might be more difficult to do than generate (because build requires generate).