setup-dotnet icon indicating copy to clipboard operation
setup-dotnet copied to clipboard

feat: use ProxyAddress with Credential when passed to powershell script

Open arika0093 opened this issue 1 year ago • 0 comments

Description: In a proxy environment, such as in an enterprise, HTTP(S)_PROXY often takes the form of credentials. When $ProxyAddress is passed in this format, PowerShell WebProxy does not use the authentication information by default. This PR aims to solve the above problem.

Related issue: None.

Check list:

  • [ ] Mark if documentation changes are required.
  • [ ] Mark if tests were added or updated to cover the changes.

arika0093 avatar Jul 04 '24 14:07 arika0093