Update dotnet.yml

This commit is contained in:
Meysam Hadeli 2022-09-10 18:22:41 +04:30 committed by GitHub
parent 5857366a8a
commit 08c2a9f1fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,5 +21,4 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal