File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,14 @@ BuildParameters.SetParameters(
16
16
twitterMessage : standardNotificationMessage ,
17
17
shouldRunCodecov : false ,
18
18
preferredBuildProviderType : BuildProviderType . GitHubActions ,
19
- preferredBuildAgentOperatingSystem : PlatformFamily . Linux ) ;
19
+ preferredBuildAgentOperatingSystem : PlatformFamily . Linux ,
20
+ shouldUseTargetFrameworkPath : false ) ;
20
21
21
22
BuildParameters . PrintParameters ( Context ) ;
22
23
23
24
ToolSettings . 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" ) ;
25
27
26
28
ToolSettings . SetToolSettings ( context : Context ) ;
27
29
You can’t perform that action at this time.
0 commit comments