Skip to content

Commit

Permalink
dnv
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoKroetz committed May 17, 2024
1 parent c08cc1a commit 3157127
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,17 @@ jobs:
run: dotnet test


- name: Install NuGet packages
- name: Install NuGet packages for Hotel.Domain
run: |
cd \Hotel.Domain
cd Hotel.Domain
dotnet add package Microsoft.AspNetCore.OpenApi --version 8.0
dotnet add package Microsoft.EntityFrameworkCore --version 8.0
dotnet add package Microsoft.EntityFrameworkCore.Design --version 8.0
dotnet add package Microsoft.EntityFrameworkCore.SqlServer --version 8.0
cd ..\Hotel.Tests
- name: Install NuGet packages for Hotel.Tests
run: |
cd Hotel.Tests
dotnet add package Microsoft.EntityFrameworkCore.InMemory --version 8.0
dotnet add package Microsoft.EntityFrameworkCore.Sqlite --version 8.0
Expand Down

0 comments on commit 3157127

Please sign in to comment.