Install dotnet preview
This commit is contained in:
Родитель
49b206d56b
Коммит
bb8e44c21d
|
@ -28,13 +28,13 @@ jobs:
|
|||
distribution: 'zulu' # See 'Supported distributions' for available options
|
||||
java-version: '11'
|
||||
|
||||
# - name: install .NET
|
||||
# shell: pwsh
|
||||
# run: |
|
||||
# $ProgressPreference = 'SilentlyContinue'
|
||||
# Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile dotnet-install.ps1
|
||||
# & .\dotnet-install.ps1 -Quality daily -Channel 6.0.3xx -InstallDir "$env:ProgramFiles\dotnet\" -Verbose
|
||||
# & dotnet --list-sdks
|
||||
- name: install .NET
|
||||
shell: pwsh
|
||||
run: |
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile dotnet-install.ps1
|
||||
& .\dotnet-install.ps1 -Quality daily -Channel 6.0.3xx -InstallDir "$env:ProgramFiles\dotnet\" -Verbose
|
||||
& dotnet --list-sdks
|
||||
|
||||
# - name: Install Visual Studio Preview
|
||||
# shell: pwsh
|
||||
|
|
Загрузка…
Ссылка в новой задаче