alerickson
alerickson
@nhudacin you’ll need the credential provider itself installed (see: https://devblogs.microsoft.com/powershell/using-powershellget-with-azure-artifacts/#). That error isn't the most helpful but if you don’t have the credential provider installed you’ll need to use the...
@deadlydog that's great! That's in the vein of what, I was thinking should be done to address this issue in v3. *Only* read from the VSS_NUGET_EXTERNAL_FEED_ENDPOINTS env var and incorporate...
Can you run `get-module powershellget -listavailable` and share that output?
@glatzert I missed this comment, but thanks for this in depth investigation! I actually think the ordering of your module paths is correct... the 'c:\program files\powershell\7\Modules' path should contain the...
Could you share the output after running the command with -Debug and -Verbose ?
Thanks for that information! Can you try running the commands again with `-SkipPublisherCheck` and can you also share the output of `Get-Module PowerShellGet -ListAvailable`? If this doesn't work, we have...
Resolved in https://github.com/PowerShell/PowerShellGet/pull/593
V2 prompts for user to accept/confirm the action before setting the environment variable. I'm not a fan of prompts but since it's changing the env var, I think it might...
This looks good to me! Should be good once the tests are resolved.
What if we added `-PassThru` on `Test-ScriptFileInfo`? We can have discussions on keeping this as default behavior for `Test-ScriptFileInfo` as well.