Skip to content

Merge pull request #88 from sealbro/dependabot/nuget/Microsoft.NET.Te… #143

Merge pull request #88 from sealbro/dependabot/nuget/Microsoft.NET.Te…

Merge pull request #88 from sealbro/dependabot/nuget/Microsoft.NET.Te… #143

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
-
name: Build and pack package
shell: bash
run: ./pack.sh