sukhlab

Results 9 comments of sukhlab

@bmanikm Thanks for replying and please find details as asked. I have updated some of the packages from last update and looks like [The property 'Name' cannot be found on...

@bmanikm Thanks for update. I have tried with -credentials and got same error. I have also tried same with powershell core and looks like its working well with powershell core....

@bmanikm I think #245 is talking about usage of -Credential and which I am already using it as -NuGetApiKey "username:key". I couldn't get straight instruction for any other workaround to...

@bmanikm The last I tried today is as follows: pasting output with verbose PS C:\WorkData\MyModules\dbsize> Publish-Module -Name dbsize -Repository -Verbose -NuGetApiKey "user:key" VERBOSE: Repository details, Name = '', Location =...

@bmanikm I have tried few workaround today. Solution 1: worked successfully -- tried with powershell core PS C:\WorkData\MyModules\dbsize> nuget sources add -Name JRepo -Source "Repo_URL" -User username -pass password Package...

Solution2: worked successfully for me! -- tried with powershell core 1. updated user and pass for nuget in nuget.config nuget setapikey -Source "Repo_URL" -configfile "configfilepath\nuget.config" --- if nuget.config file does...

Solution3: worked successfully with push using nuget only. In this solution I am not using password and username -- tried with powershell core 1. NuGet.exe sources Add -Name "nuget_sourcename" -Source...

It is crazy. How its possible that I have left everything working last week and Trying it today getting same error as below. PackageManagement\Register-PackageSource : The property 'Name' cannot be...