Skip to content

JGUZDV.AspNetCore.Hosting #9

JGUZDV.AspNetCore.Hosting

JGUZDV.AspNetCore.Hosting #9

name: JGUZDV.AspNetCore.Hosting
on:
workflow_dispatch:
inputs:
push-to-nuget:
description: Push package to NuGet
type: boolean
pull_request:
branches:
- main
paths:
- libraries/JGUZDV.AspNetCore.Hosting/**
jobs:
call_default_build:
uses: ./.github/workflows/default_build.yml
with:
library-name: JGUZDV.AspNetCore.Hosting
push-to-nuget: ${{ inputs.push-to-nuget != '' && inputs.push-to-nuget }}
secrets:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}