Skip to content

Commit 648a519

Browse files
chore(ci): bump dailydevops/pipelines from 0.12.13 to 0.12.16 (#301)
* 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](dailydevops/pipelines@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] <support@github.com> * fix: Set `GitVersionTargetFramework` explizit Signed-off-by: Martin Stühmer <me@samtrion.net> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Martin Stühmer <me@samtrion.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Stühmer <me@samtrion.net>
1 parent af7147f commit 648a519

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
all:
2323
name: Build & Tests
24-
uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.12.13
24+
uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.12.16
2525
with:
2626
enableSonarQube: true
2727
dotnet-logging: ${{ inputs.dotnet-logging }}

Directory.Build.props

+5
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@
99
<Import Project="$(DirEngineeringSettings)src.build.props" Condition=" !$(MSBuildProjectName.Contains('.Tests')) " />
1010
<Import Project="$(DirEngineeringSettings)tests.build.props" Condition=" $(MSBuildProjectName.Contains('.Tests')) " />
1111

12+
<PropertyGroup>
13+
<!-- Workaround, until https://github.com/GitTools/GitVersion/pull/4206 is released -->
14+
<GitVersionTargetFramework>net8.0</GitVersionTargetFramework>
15+
</PropertyGroup>
16+
1217
</Project>

0 commit comments

Comments
 (0)