Skip to content

Commit

Permalink
updating download link for hosting bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
andyopayne committed Nov 8, 2023
1 parent db417d9 commit 586c11a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified script/production/bootstrap_step-2.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if( ![System.IO.Directory]::Exists( $temp_path ) )
# Download and install .NET Hosting Bundle
Write-Step 'Download ASP.NET Core 7.0 Hosting Bundle'

$hb_installer_url = "https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-7.0.13-windows-hosting-bundle-installer"
$hb_installer_url = "https://download.visualstudio.microsoft.com/download/pr/215095b0-dc0a-4e79-8815-3f72af83d054/3e7b7f99dffe2393a2210472c8c126a8/dotnet-hosting-7.0.13-win.exe"
$hb_intaller_filename = [System.IO.Path]::GetFileName( $hb_installer_url )
$hb_installer_filepath = $temp_path + $hb_intaller_filename
Download $hb_installer_url $hb_installer_filepath
Expand Down

0 comments on commit 586c11a

Please sign in to comment.