File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,14 @@ BuildParameters.SetParameters(
1616 twitterMessage : standardNotificationMessage ,
1717 shouldRunCodecov : false ,
1818 preferredBuildProviderType : BuildProviderType . GitHubActions ,
19- preferredBuildAgentOperatingSystem : PlatformFamily . Linux ) ;
19+ preferredBuildAgentOperatingSystem : PlatformFamily . Linux ,
20+ shouldUseTargetFrameworkPath : false ) ;
2021
2122BuildParameters . PrintParameters ( Context ) ;
2223
2324ToolSettings . SetToolPreprocessorDirectives (
24- gitReleaseManagerGlobalTool : "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0" ) ;
25+ gitReleaseManagerGlobalTool : "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0" ,
26+ gitVersionGlobalTool : "#tool dotnet:?package=GitVersion.Tool&version=5.12.0" ) ;
2527
2628ToolSettings . SetToolSettings ( context : Context ) ;
2729
You can’t perform that action at this time.
0 commit comments