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