2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00
raylib-cs/.github/workflows/dotnetcore.yml
ChrisDill a20d154f96 Update dotnetcore.yml
- Got a Node run failed error. Changed to full version instead of just 3.1.
2020-01-29 20:04:37 +00:00

18 lines
330 B
YAML

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