Skip to content

Bump NUnit.Analyzers from 3.8.0 to 3.9.0 #710

Bump NUnit.Analyzers from 3.8.0 to 3.9.0

Bump NUnit.Analyzers from 3.8.0 to 3.9.0 #710

Workflow file for this run

name: pack
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
pack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Install dependencies
run: dotnet restore
working-directory: src
- name: Pack
run: dotnet pack --configuration Release --no-restore
working-directory: src