Skip to content

Commit 9f30a73

Browse files
committed
(build) update mono to v6.4.0
1 parent 969bc8e commit 9f30a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionExe/ExecCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ private static string GetMsBuildToolPath()
111111
}
112112
if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
113113
{
114-
return "/usr/local/bin/msbuild";
114+
return "/Library/Frameworks/Mono.framework/Versions/Current/Commands/msbuild";
115115
}
116116
throw new Exception("MsBuild not found");
117117
}

0 commit comments

Comments
 (0)