You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If ive got a machine setup with nuget and psgallery configured, i can use pspackage wit the install_options to pass a proxy which works.
However, on a new machine, i dont appear to be able to install nuget or configure the psgallery repo when behind a proxy.
Its possible to pass -Proxy to Install-PackageProvider and Set-PSRepository, but from a quick attept at hacking it into the code it appers the prxy info isnt returned in the get-packageprovider or get-psrepository and as such it changes each subsequent run.
Is it possible to do at east the initial nuget install via a proxy?
The text was updated successfully, but these errors were encountered:
also appears if no system wide proxy set get-psrepository shows the psgallery repo as missing if it cant connect (hence setting proxy when creating/updating would be helpful)
If ive got a machine setup with nuget and psgallery configured, i can use pspackage wit the install_options to pass a proxy which works.
However, on a new machine, i dont appear to be able to install nuget or configure the psgallery repo when behind a proxy.
Its possible to pass -Proxy to Install-PackageProvider and Set-PSRepository, but from a quick attept at hacking it into the code it appers the prxy info isnt returned in the get-packageprovider or get-psrepository and as such it changes each subsequent run.
Is it possible to do at east the initial nuget install via a proxy?
The text was updated successfully, but these errors were encountered: