Main now uses 6.0.200
This commit is contained in:
Родитель
ac73616549
Коммит
13e932074d
|
@ -33,7 +33,7 @@ jobs:
|
|||
run: |
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile dotnet-install.ps1
|
||||
& .\dotnet-install.ps1 -Version 6.0.100 -InstallDir "$env:ProgramFiles\dotnet\" -Verbose
|
||||
& .\dotnet-install.ps1 -Version 6.0.200 -InstallDir "$env:ProgramFiles\dotnet\" -Verbose
|
||||
& dotnet --list-sdks
|
||||
|
||||
# - name: Install Visual Studio Preview
|
||||
|
|
Загрузка…
Ссылка в новой задаче