Unable to Publish Module to powershell gallery

Copper Contributor

Hi Folks,
Am currently facing issue with publishing the module to Powershell Gallery,

My Commands,

Test-ModuleManifest -Path ".\SamModuleTest1.psd1"
Publish-Module -Path ".\SamModuleTest1" -NuGetApiKey *** -Verbose -Repository "PSGallery"

 

SainathChary2020_0-1598876553698.png

 

Am able to generate the package in local repository. 

1 Reply

Did you install the latest NuGet binaries as the error message suggests?