1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-07-01 00:16:36 +02:00
MLEM/.github/workflows/dotnetcore.yml
2020-01-28 16:06:56 +01:00

14 lines
308 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.0
- name: Build with dotnet
run: dotnet build --configuration Release