add missed out --no-restore

This commit is contained in:
h1dden-da3m0n 2021-03-19 21:46:57 +01:00
parent 117ab0f325
commit 97aebd982f

View File

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