Forum Discussion

SainathChary2020's avatar
SainathChary2020
Copper Contributor
Aug 31, 2020

Unable to Publish Module to powershell gallery

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"

 

 

Am able to generate the package in local repository. 

Resources