Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58ae03a

Browse files
author
Mitchell Hwang
committed
Remove .NET 6 Preview install from build validation
1 parent 6e44079 commit 58ae03a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build-validation.yml

-5
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ jobs:
4545
Invoke-WebRequest https://raw.githubusercontent.com/dotnet/install-scripts/master/src/dotnet-install.ps1 -OutFile dotnet-install.ps1
4646
echo "Installing dotnet version ${{ env.DOTNET_INSTALLER_CHANNEL }}"
4747
.\dotnet-install.ps1 -InstallDir "c:\program files\dotnet" -Channel "${{ env.DOTNET_INSTALLER_CHANNEL }}"
48-
- name: Setup .NET SDK 6 Preview
49-
if: ${{ env.DOTNET_DO_INSTALL == 'true' }}
50-
run: |
51-
echo "Installing dotnet version ${{ env.DOTNET_INSTALLER_CHANNEL }}"
52-
.\dotnet-install.ps1 -InstallDir "c:\program files\dotnet" -Version 6.0.100-alpha.1.20529.2
5348
5449
# Install locate projs global tool
5550
- name: Install LocateProjects tool

0 commit comments

Comments
 (0)