Delete dotnetcore.yml

This commit is contained in:
Florian Dahn 2019-11-28 17:17:19 +01:00 committed by GitHub
parent 7be0f15ca4
commit 649b94dafe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +0,0 @@
name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.2.108
- name: Build with dotnet
run: dotnet build --configuration Release