Skip to content

Merge pull request #71 from csu-chhs/dstegelman-patch-2 #130

Merge pull request #71 from csu-chhs/dstegelman-patch-2

Merge pull request #71 from csu-chhs/dstegelman-patch-2 #130

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8'
- name: Restore
run: dotnet restore
- name: Build with dotnet
run: dotnet build --no-restore