Commit 9d71c73 1 parent c005c51 commit 9d71c73 Copy full SHA for 9d71c73
File tree 2 files changed +4
-10
lines changed
2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,11 @@ jobs:
26
26
- name : Setup .NET SDK
27
27
uses : actions/setup-dotnet@v4
28
28
29
- - name : Restore dependencies
30
- run : dotnet restore -tl
31
-
32
29
- name : Build (Debug)
33
- run : dotnet build -tl -c Debug --no-restore
30
+ run : dotnet build -tl -c Debug
34
31
35
32
- name : Build (Release)
36
- run : dotnet build -tl -c Release --no-restore
33
+ run : dotnet build -tl -c Release
37
34
38
35
- name : Run tests
39
36
run : dotnet test -tl -c Release --no-build
Original file line number Diff line number Diff line change @@ -25,14 +25,11 @@ jobs:
25
25
- name : Setup .NET SDK
26
26
uses : actions/setup-dotnet@v4
27
27
28
- - name : Restore dependencies
29
- run : dotnet restore -tl
30
-
31
28
- name : Build (Debug)
32
- run : dotnet build -tl -c Debug --no-restore
29
+ run : dotnet build -tl -c Debug
33
30
34
31
- name : Build (Release)
35
- run : dotnet build -tl -c Release --no-restore
32
+ run : dotnet build -tl -c Release
36
33
37
34
- name : Run tests
38
35
run : dotnet test -tl -c Release --no-build
You can’t perform that action at this time.
0 commit comments