1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-07-07 18:48:37 +02:00
MLEM/.github/workflows/dotnetcore.yml

14 lines
312 B
YAML
Raw Normal View History

2020-01-28 16:03:11 +01:00
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: 2.2.108
- name: Build with dotnet
run: dotnet build --configuration Release