Skip to content

Prepare NuGet package for publication #1

Prepare NuGet package for publication

Prepare NuGet package for publication #1

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
- name: Test
run: dotnet test -c Release
- name: Pack
run: dotnet pack -c Release src/OwnershipGuard/OwnershipGuard.csproj --no-build