publish.ps1
$PowershellApiKey = "oy2o7axhg27o7pppk4pa23nhtmcya7munmn6hpeqkbycpy"; $path = ".\PowerShellScripts\DotupPsCore"; Publish-Module -Path $path -NugetAPIKey $PowershellApiKey; |
$PowershellApiKey = "oy2o7axhg27o7pppk4pa23nhtmcya7munmn6hpeqkbycpy"; $path = ".\PowerShellScripts\DotupPsCore"; Publish-Module -Path $path -NugetAPIKey $PowershellApiKey; |