File tree 4 files changed +5
-9
lines changed 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Dependencies >
3
3
<ToolsetDependencies >
4
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.24623 .1" >
4
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.24626 .1" >
5
5
<Uri >https://github.com/dotnet/arcade</Uri >
6
- <Sha >ae0923d109be7ddf2a5d99e3bf685f72132edeaf </Sha >
6
+ <Sha >ae8d2a08f1021624ae37cdd5b65f6c05e58a051b </Sha >
7
7
</Dependency >
8
8
</ToolsetDependencies >
9
9
<ProductDependencies >
Original file line number Diff line number Diff line change @@ -262,9 +262,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) {
262
262
if (! (Test-Path $installScript )) {
263
263
Create- Directory $dotnetRoot
264
264
$ProgressPreference = ' SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit
265
- # $uri = "https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.ps1"
266
- # Pre-flighting new install script
267
- $uri = " https://raw.githubusercontent.com/dotnet/install-scripts/fe7622c52c1ed67871a8d2ad9e794be9be7eea01/src/dotnet-install.ps1"
265
+ $uri = " https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion /dotnet-install.ps1"
268
266
269
267
Retry({
270
268
Write-Host " GET $uri "
Original file line number Diff line number Diff line change @@ -295,9 +295,7 @@ function with_retries {
295
295
function GetDotNetInstallScript {
296
296
local root=$1
297
297
local install_script=" $root /dotnet-install.sh"
298
- # local install_script_url="https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.sh"
299
- # Pre-flight install script
300
- local install_script_url=" https://raw.githubusercontent.com/dotnet/install-scripts/fe7622c52c1ed67871a8d2ad9e794be9be7eea01/src/dotnet-install.sh"
298
+ local install_script_url=" https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion /dotnet-install.sh"
301
299
302
300
if [[ ! -a " $install_script " ]]; then
303
301
mkdir -p " $root "
Original file line number Diff line number Diff line change 8
8
"dotnet" : " 10.0.100-alpha.1.24573.1"
9
9
},
10
10
"msbuild-sdks" : {
11
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.24623 .1" ,
11
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.24626 .1" ,
12
12
"Microsoft.DotNet.Helix.Sdk" : " 9.0.0-beta.23607.2"
13
13
}
14
14
}
You can’t perform that action at this time.
0 commit comments