Merge pull request #33 from h1dden-da3m0n/chore/ci
chore(ci): add missed out --no-restore
This commit is contained in:
commit
61fe677f69
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