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

Added support for "dotnet tool" #2

Merged
merged 6 commits into from
May 28, 2023

Conversation

nefarius
Copy link
Contributor

@nefarius nefarius commented May 19, 2023

Fixes #1

Changes

  • Added vcpkg.json manifest so the user has one less step required on building the solution
    • Removed that now obsolete step from the README
  • Modified the .csproj as recommended in the MS docs

@nefarius nefarius marked this pull request as ready for review May 20, 2023 17:17
@nefarius
Copy link
Contributor Author

@dady8889 publishing and packing now also works from CLI with dotnet publish and dotnetr pack, plus I tried it locally and it now works as a dotnet tool 🎉

dotnet tool install --global --add-source D:\Development\GitHub\Onova.Publisher\Onova.Publisher\publish\ Onova.Publisher
You can invoke the tool using the following command: Onova.Publisher
Tool 'onova.publisher' (version '1.2.5') was successfully installed.

image

@dady8889 dady8889 merged commit 3d796e3 into dady8889:master May 28, 2023
@nefarius nefarius deleted the nefarius/feature/dotnet-tool branch May 29, 2023 08:11
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

Successfully merging this pull request may close these issues.

Availability as "dotnet tool"
2 participants