-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI Tools: Convert to a Dotnet (global) Tool #10554
Comments
Is this going to land in preview2? Also, can you ensure an issue get's logged in aspnet/templating to remove the project tool reference once this is integrated into the SDK installer, thanks. |
@DamianEdwards Yes, it will be in preview2. |
Mostly done. Just waiting on dotnet/cli#8844 to bundle it in the SDK. |
@benday You may find this work disruptive. The |
Instead of using a
<DotNetCliToolReference>
, tools will have the ability to install globally:We'll need to create yet another package containing our tooling assemblies.
The text was updated successfully, but these errors were encountered: