File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 21
21
jobs :
22
22
all :
23
23
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
25
25
with :
26
26
enableSonarQube : true
27
27
dotnet-logging : ${{ inputs.dotnet-logging }}
Original file line number Diff line number Diff line change 9
9
<Import Project =" $(DirEngineeringSettings)src.build.props" Condition =" !$(MSBuildProjectName.Contains('.Tests')) " />
10
10
<Import Project =" $(DirEngineeringSettings)tests.build.props" Condition =" $(MSBuildProjectName.Contains('.Tests')) " />
11
11
12
+ <PropertyGroup >
13
+ <!-- Workaround, until https://github.com/GitTools/GitVersion/pull/4206 is released -->
14
+ <GitVersionTargetFramework >net8.0</GitVersionTargetFramework >
15
+ </PropertyGroup >
16
+
12
17
</Project >
You can’t perform that action at this time.
0 commit comments