Skip to content

Commit 9c1a645

Browse files
chore(ci): bump dailydevops/pipelines from 0.12.13 to 0.12.16 (#201)
* 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] <[email protected]> * fix: Set `GitVersionTargetFramework` explicit Signed-off-by: Martin Stühmer <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Martin Stühmer <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Stühmer <[email protected]>
1 parent af121d5 commit 9c1a645

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
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/[email protected].13
24+
uses: dailydevops/pipelines/.github/workflows/[email protected].16
2525
with:
2626
enableSonarQube: true
2727
dotnet-logging: ${{ inputs.dotnet-logging }}

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@
99
<Import Project="$(DirEngineeringSettings)src.build.props" Condition=" '$(IsTestableProject)' != 'true' " />
1010
<Import Project="$(DirEngineeringSettings)tests.build.props" Condition=" '$(IsTestableProject)' == 'true' " />
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)