Skip to content

v3.0.23

v3.0.23 #118

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.0.x
9.0.x
10.0.x
secrets:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}