AzureDevOps.WikiPDFExport icon indicating copy to clipboard operation
AzureDevOps.WikiPDFExport copied to clipboard

dotnet tool?

Open Tobias-08 opened this issue 3 years ago • 5 comments

Hi, downloading the exe via web request seems a little bit cumbersome. What do you think about publishing this as a dotnet tool on nuget.org?

Thanks!

Tobias-08 avatar Jul 18 '22 11:07 Tobias-08

Are you talking about the integration into Azure DevOps as build task?

MaxMelcher avatar Jul 18 '22 12:07 MaxMelcher

Not only, but that's one aspect. I know that there is an extension with its own task. But using just a script-task is fine for me (and I think this is also the direction Microsoft is heading for in Azure Devops). Having your tool as dotnet tool in nuget feels a bit more standards compliant to me (compare e. g. NBGV) and would ease integration and perhaps increase usage.

Tobias-08 avatar Jul 18 '22 13:07 Tobias-08

thats just a tiny addition to the github action that I use for the releases, will look at this when I have time.

MaxMelcher avatar Jul 18 '22 13:07 MaxMelcher

https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-create
https://github.com/marketplace/actions/publish-nuget

MaxMelcher avatar Jul 18 '22 13:07 MaxMelcher

Thanks, I appreciate!

Tobias-08 avatar Jul 19 '22 05:07 Tobias-08