Skip to content

Update release.yml

Update release.yml #17

Workflow file for this run

name: Build
on:
pull_request: {}
push:
branches:
- '**' # matches every branch
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/[email protected]
- name: setup .net core
uses: actions/[email protected]
with:
dotnet-version: 6.0.100
- name: build
run: dotnet build
working-directory: .