Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added proxy support for coveragepublisher common task - HTTP_PROXY, HTTPS_PROXY, and NO_PROXY env support #19826

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

patpatx
Copy link

@patpatx patpatx commented Apr 30, 2024

Task name: Added proxy support for coveragepublisher common task

Description: Added HTTP_PROXY, HTTPS_PROXY, and NO_PROXY env for coveragepublisher common task.
Fix an issue regarding CoveragePublisher.Console connection failing if it needs to go through proxy.

Issue originated from PublishCodeCoverageResults@2 wherein when the build agent is behind a proxy, the task will fail as the outbound connection is not routing/using the proxy correctly.

Documentation changes required: Ideally - Add information regarding the use of the HTTP_PROXY, HTTPS_PROXY, and NO_PROXY environment variable if proxy is required for outboundconnection

Added unit tests: N

Attached related issue: N (

Fix an issue regarding CoveragePublisher.Console connection failing if it needs to go through proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant