Skip to content

chore: update .NET version for the test so they would work on newer systems #48

chore: update .NET version for the test so they would work on newer systems

chore: update .NET version for the test so they would work on newer systems #48

name: Test and build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.401
- name: Build
run: ./scripts/build.sh
- name: Cover
run: ./scripts/cover.sh
- name: Publish coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}