Merge pull request #1 from mrtaikandi/mrtaikandi-patch-1
Update dotnet.yml
This commit is contained in:
commit
1c2ed99a45
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue