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
The text was updated successfully, but these errors were encountered:
For dotnet tool projects, the design-time build we performed failed since
the tool attempted to publish its output, which the project references weren't
able to supply and the whole thing failed with missing files.
We now pass IsPublishable=false to fake a sort of "DTB" for tools too,
so they don't attempt to publish output.
Fixes#247
For dotnet tool projects, the design-time build we performed failed since
the tool attempted to publish its output, which the project references weren't
able to supply and the whole thing failed with missing files.
We now pass IsPublishable=false to fake a sort of "DTB" for tools too,
so they don't attempt to publish output.
Fixes#247
For dotnet tool projects, the design-time build we performed failed since
the tool attempted to publish its output, which the project references weren't
able to supply and the whole thing failed with missing files.
We now pass IsPublishable=false to fake a sort of "DTB" for tools too,
so they don't attempt to publish output.
Fixes#247
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
The text was updated successfully, but these errors were encountered: