Update dotnet.yml

This commit is contained in:
Meysam Hadeli 2023-01-09 00:20:45 +03:30 committed by GitHub
parent a6a1475683
commit 36386e29bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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