Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Fix#225/add proxy to publish functions #255

Closed
wants to merge 2 commits into from
Closed

Fix#225/add proxy to publish functions #255

wants to merge 2 commits into from

Conversation

Benny1007
Copy link
Contributor

No description provided.

@bmanikm
Copy link
Contributor

bmanikm commented Apr 5, 2018

Thanks @Benny1007! Please let us know whether the Publish-Module cmdlet is working fine with the proxy settings.
I think, we need to execute the below commands to ensure that publish operation works fine with the proxy settings, right?

nuget.exe config -set http_proxy=http://my.proxy.address:port
nuget.exe config -set http_proxy.user=mydomain\myUserName
nuget.exe config -set http_proxy.password=mySuperSecretPassword

@bmanikm
Copy link
Contributor

bmanikm commented May 23, 2018

@Benny1007 Closing this PR for now. Please feel free to reactivate this PR when above https://github.com/PowerShell/PowerShellGet/pull/255#issuecomment-379033102 gets resolved.

@bmanikm bmanikm closed this May 23, 2018
@Benny1007 Benny1007 deleted the fix#225/add-proxy-to-publish-functions branch March 10, 2019 09:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants