Skip to content

xer-1 - forcing a new build #5

xer-1 - forcing a new build

xer-1 - forcing a new build #5

name: Bounteous.DotNet.Core
on:
pull_request:
types: [ closed ]
branches: [ main ]
jobs:
publish:
if: github.event.pull_request.merged == true
uses: Bounteous-Inc/bounteous-dotnet-common-workflows/.github/workflows/build-and-publish-to-nuget.yml@main
with:
csproj-path: './src/Bounteous.DotNet.Core/Bounteous.DotNet.Core.csproj'
nuget-package-name: 'bounteous.dotnet.core'
dotnet-version: '8.0.x'
release-path: 'net8.0'
secrets:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
NUGET_SOURCE_URI: ${{ secrets.NUGET_SOURCE_URI }}