Watch
2
0
Fork
You've already forked raylib-cs
0

Update dotnetcore.yml

This commit is contained in:
Rgebee 2020-07-21 07:40:45 +01:00 committed by GitHub
commit bae7289476
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,9 @@
name: .NET Core name: .NET Core
on: [push, pull_request] on:
push:
pull_request:
branches: master
jobs: jobs:
build: build:
@ -17,4 +20,4 @@ jobs:
with: with:
dotnet-version: 3.1.100 dotnet-version: 3.1.100
- name: Build with dotnet - name: Build with dotnet
run: dotnet build -c Release run: dotnet build -c Release