arika
d10d64864f
feat: use ProxyAddress with Credential when passed to powershell script
...
In a proxy environment, such as in an enterprise, HTTP(S)_PROXY often takes the form of credentials, i.e., http://user:pass@host:port .
When $ProxyAddress is passed in this format, WebProxy does not use the authentication information by default.
This PR aims to solve the above problem.
2024-07-04 23:31:55 +09:00
dependabot[bot]
5d1464d5da
Bump undici from 5.27.2 to 5.28.3 ( #515 )
...
* Bump undici from 5.27.2 to 5.28.3
Bumps [undici](https://github.com/nodejs/undici ) from 5.27.2 to 5.28.3.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.27.2...v5.28.3 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix failed check and updated dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
2024-03-21 15:05:16 -05:00
Dmitry Shibanov
2216f56ae1
Update semver ( #468 )
2023-09-27 13:21:23 +02:00
Nikolai Laevskii
f5526c2d1b
Update installers
2023-09-14 10:50:07 +02:00
Ivan
0f534f5829
Refactor and update unit-tests ( #418 )
...
* Update unit-tests and dotnet-install scripts
2023-05-15 14:09:29 +02:00
Theodore Tsirpanis
6a2cd88ae8
Address PR feedback; update the installers and the Squid image.
2022-11-15 18:00:14 +02:00
panticmilos
d45c10e6f7
Run update installers
2022-08-31 17:40:05 +02:00
Evgenii Korolevskii
8bf1fb6084
updated local installation scripts
2022-07-29 01:22:35 +02:00
Jeremy Sinclair
e54e706650
Updated dotnet-install scripts to latest version
2022-02-19 17:07:00 -05:00
Vladimir Safonkin
e974974b42
Update installers scripts
2021-08-26 12:44:10 +03:00
Vladimir Safonkin
12194cb2cd
Update installers scripts
2021-06-08 12:27:57 +03:00
Vladimir Safonkin
ce38f90a9a
Update installer scripts
2021-02-05 11:21:42 +03:00
Vladimir Safonkin
5551aab1c3
Update installer scripts
2021-02-02 11:40:17 +03:00
Zachary Eisinger
3fdf140cf1
Update install scripts
2020-08-28 12:01:15 -07:00
Zachary Eisinger
fe319a6b7f
Update install-dotnet.ps1
2020-07-15 10:32:15 -07:00
Zachary Eisinger
232f64b253
Update install-dotnet and add csc tests
2020-06-12 10:46:25 -07:00
Stanley Goldman
702f623645
Updating package.json
2019-12-13 06:53:54 -08:00
Stanley Goldman
719c622d48
Updating Install Scripts ( #48 )
...
* Updating install scripts
* Ignore items in node_modules by default
* Updating scripts updated by commit-hooks
* Modifying the correct files
2019-11-08 08:02:16 -08:00
Josh Gross
d6b77de15f
Update external install scripts
2019-10-10 19:41:56 -04:00
Danny McCormick
187843cd79
Add installer ( #1 )
...
* Add installer
* Add tests
* install-dotnet script should be in externals
* merge
* Fix tests
* Fix naming
* Clean up
* Feedback
2019-06-21 08:21:08 -04:00