Skip to content

feat: Publish NuGet package to github packages, with mechanisms to publish to nuget later #4

feat: Publish NuGet package to github packages, with mechanisms to publish to nuget later

feat: Publish NuGet package to github packages, with mechanisms to publish to nuget later #4

Workflow file for this run

name: "Run tests"
on:
pull_request:
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.x'
- run: dotnet build
- run: dotnet test