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
fix: Fix execution of MSBuild-integrated docs generation
Use TargetFramework property to determine if current build is
"inner build" to make condition work for both multi-targeted and
projects with a single target framework.
Previous approach did only work "by accident" as the "IsInnerBuild"
property seems to be set by the SDK in mutli-targeted projects.
0 commit comments