Skip to content

feat: Added net9 explicit support. #70

feat: Added net9 explicit support.

feat: Added net9 explicit support. #70

Workflow file for this run

name: Publish
on:
push:
branches:
- master
jobs:
publish:
name: Publish
uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main
with:
os: windows-latest
additional-test-arguments: '--logger GitHubActions'
secrets:
nuget-key: ${{ secrets.NUGET_KEY }}