Skip to content

Merge pull request #185 from pyrocumulus/dependabot/nuget/tests/PVOut… #453

Merge pull request #185 from pyrocumulus/dependabot/nuget/tests/PVOut…

Merge pull request #185 from pyrocumulus/dependabot/nuget/tests/PVOut… #453

Workflow file for this run

name: .NET Core
on:
push:
branches-ignore:
- gh-pages
paths-ignore:
- 'docfx/**'
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 3.1.100
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Test with dotnet
run: dotnet test