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
When “true” and DotNetBuild == “true” and DotNetBuildSourceOnly == “true” the project is not built.
This is equivalent to ExcludeFromBuild being set to true when DotNetBuild == “true”. Same as ExcludeFromSourceBuild today.
This control applies to project properties.
See locations where ExcludeFromVerticalBuild/SourceBuild exist today.