setup-dotnet
setup-dotnet copied to clipboard
feat: use ProxyAddress with Credential when passed to powershell script
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.