Update dotnet.yml

This commit is contained in:
Mohammadreza 2020-12-22 16:28:05 +00:00 committed by GitHub
parent d1d8355ac7
commit a46891cb2d
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 name: .NET
on: on:
push:
branches: [ master ]
pull_request: pull_request:
branches: [ master ] branches: [ master ]
@ -20,6 +18,6 @@ jobs:
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore run: dotnet restore
- name: Build - name: Build
run: dotnet build --no-restore run: dotnet build --configuration Release --no-restore
- name: Test - name: Test
run: dotnet test --no-build --verbosity normal run: dotnet test --no-build --verbosity normal