Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti authored Oct 15, 2022
1 parent 56f344f commit 45c63d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest https://dot.net/v1/dotnet-install.ps1 -OutFile dotnet-install.ps1
.\dotnet-install.ps1 -Version 7.0.0-rc.2.22476.2 -InstallDir .
.\dotnet-install.ps1 -Version 7.0.100-rc.2.22477.23 -InstallDir .
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 45c63d7

Please sign in to comment.