Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e44079 commit 58ae03aCopy full SHA for 58ae03a
.github/workflows/build-validation.yml
@@ -45,11 +45,6 @@ jobs:
45
Invoke-WebRequest https://raw.githubusercontent.com/dotnet/install-scripts/master/src/dotnet-install.ps1 -OutFile dotnet-install.ps1
46
echo "Installing dotnet version ${{ env.DOTNET_INSTALLER_CHANNEL }}"
47
.\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
53
54
# Install locate projs global tool
55
- name: Install LocateProjects tool
0 commit comments