The code base is generated by AutoRest 2.0 with manual modification after.
autorest --csharp --input-file=... --output-folder=... --namespace=HPC.ACM.API --add-credentials
The library is targeted at .Net Core 2.x, and requires .Net SDK 2.1(2.x should be all OK, though not tested).
dotnet build
dotnet pack -c Release
Then change into the bin/Release dir:
dotnet nuget push ....nupkg -k ... -s https://api.nuget.org/v3/index.json
Refer to https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-the-dotnet-cli for details of how to publish to Nuget.
TODO