From 27073f87901fc86eb876fb3563e60b58abbc538a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:42:11 +0200 Subject: [PATCH] chore(ci): bump dailydevops/pipelines from 0.12.13 to 0.12.16 (#425) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(ci): bump dailydevops/pipelines from 0.12.13 to 0.12.16 Bumps [dailydevops/pipelines](https://github.com/dailydevops/pipelines) from 0.12.13 to 0.12.16. - [Release notes](https://github.com/dailydevops/pipelines/releases) - [Commits](https://github.com/dailydevops/pipelines/compare/0.12.13...0.12.16) --- updated-dependencies: - dependency-name: dailydevops/pipelines dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * fix: Added workaround for `GitVersion` Signed-off-by: Martin Stühmer --------- Signed-off-by: dependabot[bot] Signed-off-by: Martin Stühmer Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Stühmer --- .github/workflows/cicd.yml | 2 +- Directory.Build.props | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 2c67f46d..a373010e 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,7 +21,7 @@ on: jobs: all: name: Build & Tests - uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.12.13 + uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.12.16 with: enableCleanUpDockerDocker: true enableSonarQube: true diff --git a/Directory.Build.props b/Directory.Build.props index 51f30cae..6924f0dc 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -15,6 +15,11 @@ <_TestTargetFrameworks Condition=" '$(BuildingInsideVisualStudio)' == 'true' ">net8.0 + + + net8.0 + + $(MSBuildProjectName) https://github.com/dailydevops/healthchecks.git