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
During code flow, we sometimes need to recursively reconstruct a previous code-flow because of a conflict.
In this case we re-do the previous flow.
In #4166, we started also storing which build was flowing and so now we can re-construct the flow fully and update version files appropriately.
Goal
Look up the previous build that was flown in the flow we're reconstructing. Example place in code where this needs to happen:
Context
During code flow, we sometimes need to recursively reconstruct a previous code-flow because of a conflict.
In this case we re-do the previous flow.
In #4166, we started also storing which build was flowing and so now we can re-construct the flow fully and update version files appropriately.
Goal
arcade-services/src/Microsoft.DotNet.Darc/DarcLib/VirtualMonoRepo/VmrForwardFlower.cs
Lines 315 to 316 in c64a725
PatchApplicationFailedException
).Notes
More on the reconstruction can be seen here: https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Full-Code-Flow.md#conflicts
The text was updated successfully, but these errors were encountered: