Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information