question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Distribute tool via NuGet?

See original GitHub issue

Hey @vcsjones, awesome tool. I couldn’t find a pre-built version of this tool on NuGet. I see you’ve uploaded pre-built versions to https://github.com/vcsjones/AzureSignTool/releases already, but would you consider making it available as a .NET Core global console tool via NuGet.org? This would make the acquisition experience pretty simple:

PS> dotnet tool install -g azuresigntool
PS> azuresigntool sign -du "https://vcsjones.com" (etc...)

If you are ok with this, I made a few tweaks here to enable building a .NET Core global tool package (see https://github.com/vcsjones/AzureSignTool/compare/master...natemcmaster:global-tool). If this is something you would take as a PR, I’m happy to send it your way and feature the tool in the blog post.

Thanks, Nate

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
vcsjonescommented, Oct 5, 2018

Published here: https://www.nuget.org/packages/AzureSignTool/

dotnet tool install -g AzureSignTool
1reaction
natemcmastercommented, Jul 2, 2018

@onovotny here you go: https://github.com/onovotny/NuGetKeyVaultSignTool/pull/1

I read the docs on Sign Service. It seems well documented, but I didn’t end up setting it up. I couldn’t justify keeping a VM running to code sign one or two builds a month, so I’m justing AzureSignTool and NuGetKeyVaultSignTool directly.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using NuGet to Distribute Our Company Internal DLLs - | juri.dev
When you use NuGet to install a package, it copies the library files to your solution and automatically updates your project (add references, ......
Read more >
Create a custom CLI Tool that can be distributed with NuGet
Build the solution and you will find a nuget package in your bin folder. This nuget package can be distributed and when you...
Read more >
How to distribute console applications easily with .NET tools
This blog post explains how packaging console apps as .NET tools will make it possible to distribute them in a faster and easier...
Read more >
How to publish NuGet packages
See detailed instructions about how to publish a NuGet package and manage package ownership on nuget.org.
Read more >
Installing NuGet client tools
Guidance on installing client tools, the dotnet and nuget command-line interfaces (CLI), and the Package Manager for Visual Studio.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found