Skip to content

Commit

Permalink
Update development-action.yml
Browse files Browse the repository at this point in the history
explicitly added nuget restore command
  • Loading branch information
frankodoom authored May 24, 2024
1 parent 97d55bf commit 8d29e44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/development-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.x.x
- name: Restore dependencies
- name: Install Workload dependencies
run: dotnet workload restore
- name: Restore NuGet packages
run: dotnet restore
- name: Build
run: dotnet build
- name: Test
Expand Down

0 comments on commit 8d29e44

Please sign in to comment.