Logins may be showing incorrect profile information. Please email psgadmin at microsoft.com for support.
Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
nvm
1.6.0
Publish-NewRelease.ps1
#requires -version 3.0
param
(
# NuGet API Key to publish to the gallery
[
Parameter
(
Mandatory
=
$true
)
]
[string]
$NuGetAPIKey
)
Publish-Module
-Path
$PSScriptRoot
-NuGetApiKey
$NuGetAPIKey