Skip to content

add mycs ci (#8)

add mycs ci (#8) #16

Workflow file for this run

name: NET
on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types: [published]
env:
BuildConfig: Release
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
jobs:
build:
uses: mycsharp/github-actions/.github/workflows/dotnet-nuget-build.yml@main
with:
configuration: Release