Merge pull request #1 from mrtaikandi/mrtaikandi-patch-1

Update dotnet.yml
This commit is contained in:
Mohammadreza 2020-12-22 16:30:05 +00:00 committed by GitHub
commit 1c2ed99a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
@ -20,6 +18,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal