Skip to content

Feature/249 net9

Feature/249 net9 #35

Workflow file for this run

name: .NET
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
publishToNuget:
description: 'Publish to nuget'
required: true
default: true
type: boolean
jobs:
dotnet:
uses: mathieumack/MyGithubActions/.github/workflows/dotnetlib.yml@main
with:
publishToNuget: ${{ github.event.inputs.publishToNuget == true }}
dotnet-version: |
9.0.x
secrets:
NUGETPACKAGEIDENTIFIER: ${{ secrets.NUGETPACKAGEIDENTIFIER }}
NUGETAPIKEY: ${{ secrets.NUGETAPIKEY }}