Skip to content

Commit 7d63dcd

Browse files
nohwndMarcoRossignoli
authored andcommitted
Use stable channel for dotnet 6 installation (microsoft#3243)
1 parent 9bf0429 commit 7d63dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/common.lib.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function Install-DotNetCli
9898
Write-Log "Install-DotNetCli: Get the latest dotnet cli toolset..."
9999
$dotnetInstallPath = Join-Path $env:TP_TOOLS_DIR "dotnet"
100100
New-Item -ItemType directory -Path $dotnetInstallPath -Force | Out-Null
101-
& $dotnetInstallScript -Channel 6.0 -Quality Preview -InstallDir $dotnetInstallPath -Version $env:DOTNET_CLI_VERSION
101+
& $dotnetInstallScript -Channel 6.0 -InstallDir $dotnetInstallPath -Version $env:DOTNET_CLI_VERSION
102102

103103
& $dotnetInstallScript -InstallDir "$dotnetInstallPath" -Runtime 'dotnet' -Version '2.1.30' -Channel '2.1' -Architecture x64 -NoPath
104104
$env:DOTNET_ROOT= $dotnetInstallPath

0 commit comments

Comments
 (0)