File tree Expand file tree Collapse file tree 4 files changed +7
-11
lines changed
Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 33 <ProductDependencies >
44 </ProductDependencies >
55 <ToolsetDependencies >
6- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.24622 .1" >
6+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.24626 .1" >
77 <Uri >https://github.com/dotnet/arcade</Uri >
8- <Sha >8589bd2a216025d753b5f107081bfa28a2d51bb8 </Sha >
8+ <Sha >ae8d2a08f1021624ae37cdd5b65f6c05e58a051b </Sha >
99 </Dependency >
1010 </ToolsetDependencies >
1111</Dependencies >
Original file line number Diff line number Diff line change @@ -262,9 +262,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) {
262262 if (! (Test-Path $installScript )) {
263263 Create- Directory $dotnetRoot
264264 $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"
268266
269267 Retry({
270268 Write-Host " GET $uri "
@@ -322,7 +320,7 @@ function InstallDotNet([string] $dotnetRoot,
322320 $variations += @ ($installParameters )
323321
324322 $dotnetBuilds = $installParameters.Clone ()
325- $dotnetbuilds.AzureFeed = " https://dotnetbuilds.azureedge .net/public"
323+ $dotnetbuilds.AzureFeed = " https://ci.dot .net/public"
326324 $variations += @ ($dotnetBuilds )
327325
328326 if ($runtimeSourceFeed ) {
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ function InstallDotNet {
232232 local public_location=(" ${installParameters[@]} " )
233233 variations+=(public_location)
234234
235- local dotnetbuilds=(" ${installParameters[@]} " --azure-feed " https://dotnetbuilds.azureedge .net/public" )
235+ local dotnetbuilds=(" ${installParameters[@]} " --azure-feed " https://ci.dot .net/public" )
236236 variations+=(dotnetbuilds)
237237
238238 if [[ -n " ${6:- } " ]]; then
@@ -295,9 +295,7 @@ function with_retries {
295295function GetDotNetInstallScript {
296296 local root=$1
297297 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"
301299
302300 if [[ ! -a " $install_script " ]]; then
303301 mkdir -p " $root "
Original file line number Diff line number Diff line change 88 "dotnet" : " 10.0.100-alpha.1.24573.1"
99 },
1010 "msbuild-sdks" : {
11- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.24622 .1" ,
11+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.24626 .1" ,
1212 "Microsoft.Build.NoTargets" : " 3.7.0" ,
1313 "Microsoft.Build.Traversal" : " 3.4.0"
1414 }
You can’t perform that action at this time.
0 commit comments