We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c20d6 commit 2308330Copy full SHA for 2308330
.github/workflows/build-validation.yml
@@ -40,7 +40,7 @@ jobs:
40
echo "Downloading dotnet-install.ps1"
41
Invoke-WebRequest https://raw.githubusercontent.com/dotnet/install-scripts/master/src/dotnet-install.ps1 -OutFile dotnet-install.ps1
42
echo "Installing dotnet version ${{ env.DOTNET_INSTALLER_CHANNEL }}"
43
- .\dotnet-install.ps1 -InstallDir "c:\program files\dotnet" -Channel "${{ env.DOTNET_INSTALLER_CHANNEL }}"
+ .\dotnet-install.ps1 -InstallDir "c:\program files\dotnet" -Channel "${{ env.DOTNET_INSTALLER_CHANNEL }}" -Quality preview
44
45
# Print dotnet info
46
- name: Display .NET info
0 commit comments