Skip to content
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

the console app needs to be published as a dotnet tool #108

Open
2 tasks
baywet opened this issue Dec 1, 2021 · 1 comment
Open
2 tasks

the console app needs to be published as a dotnet tool #108

baywet opened this issue Dec 1, 2021 · 1 comment

Comments

@baywet
Copy link
Member

baywet commented Dec 1, 2021

currently the console app is not being published as a dotnet tool, which is limiting for multiple reasons:

  • can't be installed quickly outside of a project like dotnet tool install -g ApiDoctor
  • can't run on linux based OSes

TODO:

  • add the below xml entries to the console app csproj
  • update the pipeline to publish that second package
<PackAsTool>true</PackAsTool>
<ToolCommandName>APIDoctor</ToolCommandName>

context microsoftgraph/microsoft-graph-devx-api#806

@amine-mf
Copy link

Been here for while and looks easy enough. Any chance it gets delivered (soon)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants