Skip to content

Merge pull request #178 from Avanade/feature/updateTargetFramework #4

Merge pull request #178 from Avanade/feature/updateTargetFramework

Merge pull request #178 from Avanade/feature/updateTargetFramework #4

# CI & CD workflow
name: CI/CD - Liquid.Cache.NCache component for Liquid Application Framework
on:
push:
branches: [ main ]
paths:
- 'src/Liquid.Cache.NCache/**'
pull_request:
branches: [ main, releases/** ]
types: [opened, synchronize, reopened]
paths:
- 'src/Liquid.Cache.NCache/**'
# 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.Cache.NCache
secrets:
sonar_token: ${{ secrets.SONAR_TOKEN_CACHE_NCACHE }}
nuget_token: ${{ secrets.PUBLISH_TO_NUGET_ORG }}