diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index f00114a..ccc8fc1 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -104,7 +104,7 @@ jobs: path: '**/test-results.trx' reporter: dotnet-trx - name: Upload Coverage Badge - if: github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' + if: github.ref_name == 'main' uses: exuanbo/actions-deploy-gist@v1 with: token: "${{ secrets.CODE_COVERAGE_AUTH_TOKEN }}" diff --git a/src/Elzik.Breef.Domain/Elzik.Breef.Domain.csproj b/src/Elzik.Breef.Domain/Elzik.Breef.Domain.csproj index 9d47793..a106e85 100644 --- a/src/Elzik.Breef.Domain/Elzik.Breef.Domain.csproj +++ b/src/Elzik.Breef.Domain/Elzik.Breef.Domain.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Elzik.Breef.Infrastructure/Elzik.Breef.Infrastructure.csproj b/src/Elzik.Breef.Infrastructure/Elzik.Breef.Infrastructure.csproj index 31c3e39..de0503f 100644 --- a/src/Elzik.Breef.Infrastructure/Elzik.Breef.Infrastructure.csproj +++ b/src/Elzik.Breef.Infrastructure/Elzik.Breef.Infrastructure.csproj @@ -7,11 +7,11 @@ - - - + + + - + diff --git a/tests/Elzik.Breef.Api.Tests.Functional/Elzik.Breef.Api.Tests.Functional.csproj b/tests/Elzik.Breef.Api.Tests.Functional/Elzik.Breef.Api.Tests.Functional.csproj index 545222b..b72fa3c 100644 --- a/tests/Elzik.Breef.Api.Tests.Functional/Elzik.Breef.Api.Tests.Functional.csproj +++ b/tests/Elzik.Breef.Api.Tests.Functional/Elzik.Breef.Api.Tests.Functional.csproj @@ -17,16 +17,16 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/tests/Elzik.Breef.Api.Tests.Integration/Elzik.Breef.Api.Tests.Integration.csproj b/tests/Elzik.Breef.Api.Tests.Integration/Elzik.Breef.Api.Tests.Integration.csproj index 4d3f8e8..cb89783 100644 --- a/tests/Elzik.Breef.Api.Tests.Integration/Elzik.Breef.Api.Tests.Integration.csproj +++ b/tests/Elzik.Breef.Api.Tests.Integration/Elzik.Breef.Api.Tests.Integration.csproj @@ -15,8 +15,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/tests/Elzik.Breef.Infrastructure.Tests.Integration/Elzik.Breef.Infrastructure.Tests.Integration.csproj b/tests/Elzik.Breef.Infrastructure.Tests.Integration/Elzik.Breef.Infrastructure.Tests.Integration.csproj index 625167c..5c13a77 100644 --- a/tests/Elzik.Breef.Infrastructure.Tests.Integration/Elzik.Breef.Infrastructure.Tests.Integration.csproj +++ b/tests/Elzik.Breef.Infrastructure.Tests.Integration/Elzik.Breef.Infrastructure.Tests.Integration.csproj @@ -18,15 +18,15 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - + + + + + + + - + all diff --git a/tests/Elzik.Breef.Infrastructure.Tests.Unit/Elzik.Breef.Infrastructure.Tests.Unit.csproj b/tests/Elzik.Breef.Infrastructure.Tests.Unit/Elzik.Breef.Infrastructure.Tests.Unit.csproj index eab1d21..8ed6e24 100644 --- a/tests/Elzik.Breef.Infrastructure.Tests.Unit/Elzik.Breef.Infrastructure.Tests.Unit.csproj +++ b/tests/Elzik.Breef.Infrastructure.Tests.Unit/Elzik.Breef.Infrastructure.Tests.Unit.csproj @@ -18,8 +18,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + +