Skip to content

Commit

Permalink
Added restore dependencies for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfyda committed Jun 8, 2024
1 parent 2051478 commit 9af3633
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ jobs:
echo "::set-output name=VERSION::$VERSION"
echo "##[endgroup]"
- name: Restore dependencies
- name: Restore dependencies for library
run: dotnet restore library/SlothfulCrud/SlothfulCrud/SlothfulCrud.csproj

- name: Restore dependencies for tests
run: dotnet restore library/SlothfulCrud/Tests/SlothfulCrud.Tests.Unit/SlothfulCrud.Tests.Unit.csproj

- name: Build
run: dotnet build library/SlothfulCrud/SlothfulCrud/SlothfulCrud.csproj --configuration Release --no-restore

Expand Down

0 comments on commit 9af3633

Please sign in to comment.