Update dotnet.yml

This commit is contained in:
pointfeev 2022-05-17 10:42:19 -05:00 committed by GitHub
parent 6b4fad0102
commit 627978d629
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,11 +22,11 @@ jobs:
with:
dotnet-version: 6.x.x
- name: Restore Project
- name: Restore
run: dotnet restore
- name: Build Project
- name: Build
run: dotnet build --no-restore --configuration Release
- name: Test Project
- name: Test
run: dotnet test --no-build --verbosity normal --configuration Release