Merge pull request #33 from h1dden-da3m0n/chore/ci

chore(ci): add missed out --no-restore
This commit is contained in:
Bond-009 2021-04-10 01:40:40 +02:00 committed by GitHub
commit 61fe677f69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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