Skip to content

Bump NUnit from 4.0.1 to 4.1.0 #93

Bump NUnit from 4.0.1 to 4.1.0

Bump NUnit from 4.0.1 to 4.1.0 #93

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: 8.0.x
- name: Install dependencies
run: dotnet restore
working-directory: src
- name: Pack
run: dotnet pack --configuration Release --no-restore
working-directory: src