Update dotnet.yml

This commit is contained in:
Meysam Hadeli 2022-12-30 20:30:22 +03:30 committed by GitHub
parent fc8f24a5e6
commit 0e90eaef21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,4 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore
- name: Test
run: dotnet test