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