Project CI #2
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: Project Create Release And Deploy NuGet Package | |
# # TeqBench - CI/CD - Create a release, aNuGet package and (optionally) deploy to the organization's package registry on GitHub. | |
# on: | |
# pull_request: | |
# types: [closed] | |
# branches: [main] | |
# jobs: | |
# common_project_card_validation: | |
# name: Invoke Shared Project Create Release and Deploy NuGet Package Workflow | |
# uses: teqbench/ci-cd-workflows/.github/workflows/shared-project-ci-cd-release-deploy-nuget-package.yml@main | |
# secrets: inherit | |
# with: | |
# project_number: 2 | |
name: Project CI | |
# TeqBench - CI/CD - Create a NuGet package and (optionally) deploy to the organization's package registry on GitHub. | |
# Run the project's CI/CD to build/deploy NuGet package only when have merged PR to main branch. | |
on: | |
workflow_dispatch: | |
# pull_request: | |
# types: [closed] | |
# branches: | |
# - main | |
# jobs: | |
# common_project_card_validation: | |
# name: Invoke Shared Project Create Release and Deploy NuGet Package Workflow | |
# uses: teqbench/ci-cd-workflows/.github/workflows/shared-project-ci-cd-release-deploy-nuget-package.yml@main | |
# secrets: inherit | |
# with: | |
# project_source_folder: './' | |
jobs: | |
ci: | |
name: CI | |
uses: teqbench/ci-cd-workflows/.github/workflows/ci.yml@main | |
secrets: inherit |