Skip to content

Commit

Permalink
Update install script channel
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussell committed Sep 27, 2024
1 parent 5f6f6e7 commit 7e2e60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/Install-DotNetSdk.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (!(Test-Path $DotnetInstallScriptPath)) {
& "$PSScriptRoot/Invoke-WithRetry.ps1" "Invoke-WebRequest 'https://dot.net/v1/$DotnetInstallScript' -OutFile $DotnetInstallScriptPath"
}

$DotnetChannel = "8.0"
$DotnetChannel = "9.0"

$InstallFailed = $false
if ($IsRunningOnUnix) {
Expand Down

0 comments on commit 7e2e60d

Please sign in to comment.