Skip to content

split Directory.Build file into two dedicated files, one for src (packages) and one for test projects #494

split Directory.Build file into two dedicated files, one for src (packages) and one for test projects

split Directory.Build file into two dedicated files, one for src (packages) and one for test projects #494

name: HealthChecks AzureKeyVault DB CI
on:
workflow_dispatch:
push:
branches: [ master ]
paths:
- src/HealthChecks.AzureKeyVault/**
- test/HealthChecks.AzureKeyVault.Tests/**
- test/_SHARED/**
- .github/workflows/healthchecks_azurekeyvault_ci.yml
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
tags-ignore:
- release-*
- preview-*
pull_request:
branches: [ master ]
paths:
- src/HealthChecks.AzureKeyVault/**
- test/HealthChecks.AzureKeyVault.Tests/**
- test/_SHARED/**
- .github/workflows/healthchecks_azurekeyvault_ci.yml
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
jobs:
build:
uses: ./.github/workflows/reusable_ci_workflow.yml
with:
PROJECT_PATH: ./src/HealthChecks.AzureKeyVault/HealthChecks.AzureKeyVault.csproj
TEST_PROJECT_PATH: ./test/HealthChecks.AzureKeyVault.Tests/HealthChecks.AzureKeyVault.Tests.csproj
CODECOV_FLAGS: AzureKeyVault