add missed out --no-restore
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
run: dotnet build --configuration Release
|
run: dotnet build --configuration Release --no-restore
|
||||||
|
|
||||||
- name: "Test"
|
- name: "Test"
|
||||||
run: dotnet test --no-restore --verbosity normal
|
run: dotnet test --no-restore --verbosity normal
|
||||||
|
|||||||
Reference in New Issue
Block a user