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
+1 -1
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