alerickson
alerickson
Hi @HBSbwilliamson, can you send us the output of `Get-PSRepository`? I think that separate from UntrustedRoot issue, there may be an issue with the source location appearing in the exception...
@CyberChristy919 yes, that's correct. Most companies that publish packages to the PowerShell Gallery sign their code with certificates, however we allow anyone to publish to the Gallery. That said, it's...
This issue seems to occur whenever a module version only has a major and minor number (eg https://www.powershellgallery.com/packages/NtpTime/1.1)
@apxltd actually I'd really like to prioritize this. Clearly there's a number of folks here hitting roadblocks with this issue and it's causing me some frustrations as well. Let me...
Hi @BradleyFestraets is the pipeline is able to retrieve the package? It seems like it's specifically unpack step that's failing, how exactly is that being called?
Don't add -AuthenticodeCheck in compat layer, but add authenticode validation in comat.
I'm not sure when exactly this may have been resolved, but it looks like it is no longer an issue as of 3.0.14-beta14. I'm going to close this issue as...
Thanks for opening @ThomasNieto! It looks like this is an issue with all scripts (eg: https://www.powershellgallery.com/packages/Install-VSCode/1.4.3). We'll get a fix in for this
@sean-r-williams we took a look into this into and it's a bit tricky. We initially thought things were broken for `Find-PSResource` as well, but that doesn't seem to be the...
@sean-r-williams this issue seems to be a very niche issue that happens when a stable release of a lower version is published after the preview another. We tested a few...