We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908994a commit 367e5c5Copy full SHA for 367e5c5
.config/dotnet-tools.json
@@ -0,0 +1,13 @@
1
+{
2
+ "version": 1,
3
+ "isRoot": true,
4
+ "tools": {
5
+ "dotnet-ef": {
6
+ "version": "10.0.2",
7
+ "commands": [
8
+ "dotnet-ef"
9
+ ],
10
+ "rollForward": false
11
+ }
12
13
+}
.github/workflows/build-and-dockerize.yml
@@ -45,7 +45,7 @@ jobs:
45
run: dotnet build --configuration Release --no-restore
46
- name: Migrate DB
47
run: |
48
- dotnet tool install --global dotnet-ef
+ dotnet tool restore
49
dotnet ef database update --startup-project BervProject.WebApi.Boilerplate --project BervProject.WebApi.Boilerplate
50
- name: Test
51
run: dotnet test --configuration Release --no-restore --no-build --verbosity normal --collect:"XPlat Code Coverage"
0 commit comments