add missed out --no-restore
This commit is contained in:
parent
117ab0f325
commit
97aebd982f
2
.github/workflows/build-dotnet.yml
vendored
2
.github/workflows/build-dotnet.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user