Skip to content

Fix publish

Fix publish #33

Workflow file for this run

name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.400
- run: dotnet run -p build/build.csproj