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
For dotnet tool projects, the design-time build we perform fails since
the tool attempts to publish its output, which the project references won't
be able to supply and the whole thing fails with missing files.
We should pass IsPublishable=false to fake a sort of "DTB" for tools,
so they don't attempt to publish output.
Workaround for now is to invoke nugetize -p:IsPublishable=false