Pack DfE.CoreLibs.BackgroundService #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Push NuGet Package for DfE.CoreLibs.BackgroundService | |
on: | |
workflow_run: | |
workflows: [".NET Build and Test for DfE.CoreLibs.BackgroundService"] | |
types: | |
- completed | |
jobs: | |
build-and-package: | |
uses: ./.github/workflows/nuget-package-template.yml | |
with: | |
project_name: DfE.CoreLibs.BackgroundService | |
project_path: src/DfE.CoreLibs.BackgroundService | |
nuget_package_name: DfE.CoreLibs.BackgroundService |