Skip to content

Build & release

Build & release #2

Workflow file for this run

name: 'Build & release'
on:
workflow_dispatch:
push:
branches:
- main
tags:
- '*'
paths-ignore:
- '.github/**'
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Build
run: |
dotnet build -c Release -p:Version=$GITHUB_REF_NAME