Skip to content

Fix NuGet package version number #13

Fix NuGet package version number

Fix NuGet package version number #13

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
- name: Restore local tools
run: dotnet tool restore
- name: Build
run: dotnet cake