Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
WiFi
0.2.1
publish.ps1
# Purpose: Publishes the PowerShell module to the PowerShell Gallery.
Publish-Module
-NuGetApiKey
(
Read-Host
-Prompt
'Please enter NuGet API key'
)
-Path
$PSScriptRoot