Skip to content

Bump NUnit.Analyzers from 3.6.1 to 3.7.0 #1011

Bump NUnit.Analyzers from 3.6.1 to 3.7.0

Bump NUnit.Analyzers from 3.6.1 to 3.7.0 #1011

name: NUnit3TestAdapter.Cake.CI
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-dotnet@v2
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
7.0.x
- name: Build with cake
run: .\build.ps1 -t CI
shell: pwsh