Skip to content

Pack DfE.CoreLibs.Utilities #25

Pack DfE.CoreLibs.Utilities

Pack DfE.CoreLibs.Utilities #25

name: Pack DfE.CoreLibs.Utilities
on:
workflow_run:
workflows: ["Build DfE.CoreLibs.Utilities"]
types:
- completed
jobs:
build-and-package:
if: >
github.event.workflow_run.conclusion == 'success' &&
(
(github.event.workflow_run.head_branch == 'main' && github.event.workflow_run.event == 'push') ||
github.event.workflow_run.event == 'pull_request'
)
uses: ./.github/workflows/nuget-package-template.yml
with:
project_name: DfE.CoreLibs.Utilities
project_path: src/DfE.CoreLibs.Utilities
nuget_package_name: DfE.CoreLibs.Utilities
custom_suffix: ${{ github.event.workflow_run.event == 'pull_request' && '-beta' || '' }}