Update dotnet.yml

This commit is contained in:
Meysam Hadeli 2022-12-30 15:07:35 +03:30 committed by GitHub
parent 35bcc23d8f
commit 6321ad45a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,5 +20,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build -c Release --no-restore
- name: Test
run: dotnet test -c Release --no-build