Skip to content

refactor: update ci with nuke build script #81

refactor: update ci with nuke build script

refactor: update ci with nuke build script #81

Workflow file for this run

name: .NET
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Run nuke build
run: ./build.ps1