Skip to content

add performance enhancements #21

add performance enhancements

add performance enhancements #21

Workflow file for this run

name: NET
on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types: [published]
jobs:
build:
uses: mycsharp/github-actions/.github/workflows/dotnet-nuget-build-multi-sdk.yml@main
with:
configuration: Release
dotnet_sdks: '["8.x", "9.x", "10.x"]'
secrets:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}