This commit is contained in:
James Clancey 2022-05-11 13:53:49 -08:00
Родитель 49b206d56b
Коммит bb8e44c21d
1 изменённых файлов: 7 добавлений и 7 удалений

14
.github/workflows/dev.yml поставляемый
Просмотреть файл

@ -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