File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ${{ matrix.os }}
20
20
strategy :
21
21
matrix :
22
- os : [ windows-2022, ubuntu-22 .04, macos-13 ]
22
+ os : [ windows-2022, ubuntu-24 .04, macos-13 ]
23
23
24
24
env :
25
25
AZURE_PASSWORD : ${{ secrets.AZURE_PASSWORD }}
Original file line number Diff line number Diff line change 18
18
jobs :
19
19
analyze :
20
20
name : Analyze
21
- runs-on : ubuntu-22 .04
21
+ runs-on : ubuntu-24 .04
22
22
23
23
strategy :
24
24
fail-fast : false
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
cake :
14
- runs-on : ubuntu-22 .04
14
+ runs-on : ubuntu-24 .04
15
15
16
16
steps :
17
17
- name : checkout
Original file line number Diff line number Diff line change @@ -13,12 +13,14 @@ BuildParameters.SetParameters(
13
13
shouldUseDeterministicBuilds : true ,
14
14
shouldRunCodecov : false ,
15
15
preferredBuildProviderType : BuildProviderType . GitHubActions ,
16
- preferredBuildAgentOperatingSystem : PlatformFamily . Linux ) ;
16
+ preferredBuildAgentOperatingSystem : PlatformFamily . Linux ,
17
+ shouldUseTargetFrameworkPath : false ) ;
17
18
18
19
BuildParameters . PrintParameters ( Context ) ;
19
20
20
21
ToolSettings . SetToolSettings ( context : Context ) ;
21
22
ToolSettings . SetToolPreprocessorDirectives (
22
- gitReleaseManagerGlobalTool : "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0" ) ;
23
+ gitReleaseManagerGlobalTool : "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0" ,
24
+ gitVersionGlobalTool : "#tool dotnet:?package=GitVersion.Tool&version=5.12.0" ) ;
23
25
24
26
Build . RunDotNetCore ( ) ;
You can’t perform that action at this time.
0 commit comments