Anam Navied
Anam Navied
I totally understand, I'll discuss with the team and provide a better estimate of when this work will be done by Thursday.
@BanterBoy our apologies, you're correct...we've resolved the first half of this issue where on a given package's page the download count for the version was reflecting 0, not the actual...
I'll look at the WebClient DownloadFile() error later today
@RDIL for internal compliance reasons we don't want to be downloading powershell package from online (through ADD or curl) directly into our images
@RDIL users will run the build script first, which will download the powershell installer file, then in the image we copy that installer file in and install the package.
@potatoqualitee thanks for reaching out, is your work around sufficient for the time being? We are working on getting a release for PowerShellGet out in the next few weeks and...
@S-dn-Y thanks for creating this issue, we'll take a look into this behavior!
@Liturgist can you repro this with the latest version of Microsoft.PowerShell.PSResourceGet? And if so, can you share the output of `gmo "Microsoft.PowerShell.PSResourceGet"`? Thanks!
@o-l-a-v thanks for creating this issue, we're aware of this being an issue due to a version comparison bug. We have this in our backlog
@WarmWelcome given that you are not able to run `Invoke-WebRequest` successfully, this indicates it may be a network issue instead of connectivity issue. Are you able to access `https://www.powershellgallery.com/` via...