You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the release workflow we have a stage where we compile bicep artefacts CreateExtraBicepArtifacts
If this fails, it blocks the release.
Solution
We need to refactor the CreateExtraBicepArtifacts stage into its own resuable workflow, and call it during PR to ensure release won't fail.
As the stage creates artefacts we will need to introduce a new parameter to opt out of artefact creation.
The text was updated successfully, but these errors were encountered:
Situation
In the release workflow we have a stage where we compile bicep artefacts
CreateExtraBicepArtifacts
If this fails, it blocks the release.
Solution
We need to refactor the
CreateExtraBicepArtifacts
stage into its own resuable workflow, and call it during PR to ensure release won't fail.As the stage creates artefacts we will need to introduce a new parameter to opt out of artefact creation.
The text was updated successfully, but these errors were encountered: