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
Let's assume I have project A and project B. They have different incompatible TargetFrameworks, but the build of A depends on the build of B. I want to keep the delta compile compatibility, too. That means:
no changes to both projects -> no build
change in B -> Build of A triggers build of B first, then builds A
change in A -> Only A builds
Is there a common approach to achieve that for all kind of SDK-style projects?
The text was updated successfully, but these errors were encountered:
Let's assume I have project A and project B. They have different incompatible TargetFrameworks, but the build of A depends on the build of B. I want to keep the delta compile compatibility, too. That means:
Is there a common approach to achieve that for all kind of SDK-style projects?
The text was updated successfully, but these errors were encountered: