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 45c63d7 commit 98756e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest https://dot.net/v1/dotnet-install.ps1 -OutFile dotnet-install.ps1
.\dotnet-install.ps1 -Version 7.0.100-rc.2.22477.23 -InstallDir .
- name: Restore dependencies
run: dotnet restore
- name: Build
shell: pwsh
run: |
Expand Down

0 comments on commit 98756e7

Please sign in to comment.