mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
[fix]: Bumps GitVersion.Tool
Update to the latest stable version of GitVersion.Tool that supports .NET 6. Resolves #2791. Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,7 @@ public class Lifetime : FrostingLifetime<Context>
|
||||
new Project { Name = "Octokit.Tests.Integration", Path = "./Octokit.Tests.Integration/Octokit.Tests.Integration.csproj", IntegrationTests = true }
|
||||
};
|
||||
|
||||
context.GitVersionToolPath = ToolInstaller.DotNetToolInstall(context, "GitVersion.Tool", "5.6.5", "dotnet-gitversion");
|
||||
context.GitVersionToolPath = ToolInstaller.DotNetToolInstall(context, "GitVersion.Tool", "5.12.0", "dotnet-gitversion");
|
||||
ToolInstaller.DotNetToolInstall(context, "coverlet.console", "1.7.2", "coverlet");
|
||||
|
||||
// Calculate semantic version.
|
||||
|
||||
Reference in New Issue
Block a user