Skip to content

bou-1 - upgraded Bounteous.Core #4

bou-1 - upgraded Bounteous.Core

bou-1 - upgraded Bounteous.Core #4

name: Bounteous.xUnit.Accelerator
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.xUnit.Accelerator/Bounteous.xUnit.Accelerator.csproj'
nuget-package-name: 'Bounteous.xUnit.Accelerator'
dotnet-version: '8.0.x'
release-path: 'net8.0'
build-configuration: 'Release'
secrets:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
NUGET_SOURCE_URI: ${{ secrets.NUGET_SOURCE_URI }}