Skip to content

Azure/hpcpack-acm-api-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.Net Client for HPC Pack ACM API

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).

Build

dotnet build

Publish to Nuget

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.

Example

TODO

Releases

No releases published

Packages

No packages published

Languages