Skip to content

Commit 2886993

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

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
@@ -22,7 +22,7 @@ jobs:
2222
all:
2323
if: github.run_id != 1
2424
name: Build & Tests
25-
uses: dailydevops/pipelines/.github/workflows/[email protected].13
25+
uses: dailydevops/pipelines/.github/workflows/[email protected].16
2626
with:
2727
enableSonarQube: true
2828
dotnet-logging: ${{ inputs.dotnet-logging }}

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@
2626
<DisableBannedApiForUTC>true</DisableBannedApiForUTC>
2727
</PropertyGroup>
2828

29+
<PropertyGroup>
30+
<!-- Workaround, until https://github.com/GitTools/GitVersion/pull/4206 is released -->
31+
<GitVersionTargetFramework>net8.0</GitVersionTargetFramework>
32+
</PropertyGroup>
33+
2934
</Project>

0 commit comments

Comments
 (0)