Skip to content

Added new options, updated my config #24

Added new options, updated my config

Added new options, updated my config #24

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
strategy:
matrix:
runs-on: [ubuntu-latest, macOS-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.runs-on }}
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