Skip to content

Commit

Permalink
chore(ci): bump dailydevops/pipelines from 0.12.13 to 0.12.16 (#479)
Browse files Browse the repository at this point in the history
* 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` explizit

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]>
  • Loading branch information
dependabot[bot] and samtrion authored Sep 11, 2024
1 parent 3c6d347 commit 0cffd7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
all:
name: Build & Tests
uses: dailydevops/pipelines/.github/workflows/[email protected].13
uses: dailydevops/pipelines/.github/workflows/[email protected].16
with:
dotnet-logging: ${{ inputs.dotnet-logging }}
dotnet-version: 7.x
Expand Down
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@
<ItemGroup Condition=" '$(IsTestableProject)' == 'true' " >
<None Include="..\_snapshot\**\*.*" Link="_snapshot\%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>

<PropertyGroup>
<!-- Workaround, until https://github.com/GitTools/GitVersion/pull/4206 is released -->
<GitVersionTargetFramework>net8.0</GitVersionTargetFramework>
</PropertyGroup>
</Project>

0 comments on commit 0cffd7a

Please sign in to comment.