Skip to content

Bump NUnit.Analyzers from 3.6.1 to 3.8.0 in /tests/PVOutput.Net.Tests #461

Bump NUnit.Analyzers from 3.6.1 to 3.8.0 in /tests/PVOutput.Net.Tests

Bump NUnit.Analyzers from 3.6.1 to 3.8.0 in /tests/PVOutput.Net.Tests #461

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@v4
- 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