Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 183 Bytes

Publish.md

File metadata and controls

9 lines (7 loc) · 183 Bytes

Publish NuGet Package

Publish to PowerShell Gallery

$env:NUGET_CLI_LANGUAGE="en-us"
$apiKey=""
publish-Module  -Name CarbonAwareComputing -NuGetApiKey $apiKey