From bb8e44c21d2371f7d90618c555bfdf2ea744e90b Mon Sep 17 00:00:00 2001 From: James Clancey Date: Wed, 11 May 2022 13:53:49 -0800 Subject: [PATCH] Install dotnet preview --- .github/workflows/dev.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 02f36013..e194a318 100644 --- a/.github/workflows/dev.yml +++ b/.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