mansellan / clickonce

ClickOnce packager
Other
26 stars 7 forks source link

Publish as a global tool to NuGet.org #9

Open mansellan opened 4 years ago

mansellan commented 4 years ago

Publish a global tool to NuGet.org, such that users can install from the command line:

dotnet tool install -g clickonce

Note, this only works for .Net Core assemblies, so will likely need to wrap with a netcore console app.