Skip to content

Commit 2308330

Browse files
authored
Fix snippets workflow for latest preview sdk (#29543)
* Fix snippets workflow for latest preview sdk * Update build-validation.yml
1 parent c8c20d6 commit 2308330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "Downloading dotnet-install.ps1"
4141
Invoke-WebRequest https://raw.githubusercontent.com/dotnet/install-scripts/master/src/dotnet-install.ps1 -OutFile dotnet-install.ps1
4242
echo "Installing dotnet version ${{ env.DOTNET_INSTALLER_CHANNEL }}"
43-
.\dotnet-install.ps1 -InstallDir "c:\program files\dotnet" -Channel "${{ env.DOTNET_INSTALLER_CHANNEL }}"
43+
.\dotnet-install.ps1 -InstallDir "c:\program files\dotnet" -Channel "${{ env.DOTNET_INSTALLER_CHANNEL }}" -Quality preview
4444
4545
# Print dotnet info
4646
- name: Display .NET info

0 commit comments

Comments
 (0)