alerickson
alerickson
This would be an easy thing for us to add in but, just out of curiosity, are you then doing anything with this output?
we should not implement the parmas right now and encourage users to configure this setting themselves, either through an environment variable or by modifying their nuget.config file. The two implementations...
The above two linked PRs show an implementation for the two options.
Thanks all! We'll definitely prioritize this scenario since it's been a popular request
@mtsuit I'm not sure why `Invoke-WebRequest` is giving you that error as all of our certs look okay. Are you still encountering this issue with that particular cmdlet? Are you...
@mtsuit can you run `gmo powershellget -listavailable`, then `$env:PSModulePath` and then `Register-PSRepository -Default -Verbose -Debug`?
Do you get the same cert error if you run `invoke-webrequest nuget.org`?
@ThomasNieto that's a pretty simple solution! We can definitely do that. As you mentioned, it's not necessary that v3 modules work with v2 cmdlets, so I don't see any issue...
@aproposts @indented-automation could you let us know the url for your registries? Also are any packages at all being returned?
Hi @ThomasNieto would you be interested in putting in a PR for the ArgumentTransformation? If not, we can add this in, but figured I'd ask you first :smiley: