Skip to content

Liquid v6 release - cartriges. #27

Liquid v6 release - cartriges.

Liquid v6 release - cartriges. #27

# CI & CD workflow
name: CI/CD - Liquid.Messaging.ServiceBus cartridge for Liquid Application Framework
on:
push:
branches: [ main ]
paths:
- 'src/Liquid.Messaging.ServiceBus/**'
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened]
paths:
- 'src/Liquid.Messaging.ServiceBus/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call-reusable-build-workflow:
uses: Avanade/Liquid-Application-Framework/.github/workflows/base-liquid-ci-and-cd.yml@main
with:
component_name: Liquid.Messaging.ServiceBus
secrets:
sonar_token: ${{ secrets.SONAR_TOKEN_SB }}
nuget_token: ${{ secrets.PUBLISH_TO_NUGET_ORG }}