mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 12:03:19 +00:00
(build) Update to Cake 0.35.0, update dependencies and improve dotnet-format execution. (#2039)
* (build) Update to Cake 0.35.0 * Cake.Frosting 0.35.0 * Cake.Coverlet 2.3.4 * Cake.Codecov 0.7.0 * Codecov 1.7.2 * Make dotnet-format execution more robust (fails if not installed globally) * Fix codecov.exe path
This commit is contained in:
committed by
Brendan Forster
parent
5eb9f06b24
commit
f61654a74b
@@ -51,7 +51,7 @@ public sealed class CodeCoverage : FrostingTask<Context>
|
||||
|
||||
var userProfilePath = context.EnvironmentVariable("USERPROFILE");
|
||||
var codecovPath = new DirectoryPath(userProfilePath)
|
||||
.CombineWithFilePath(".nuget\\packages\\codecov\\1.1.0\\tools\\codecov.exe");
|
||||
.CombineWithFilePath(".nuget\\packages\\codecov\\1.7.2\\tools\\codecov.exe");
|
||||
|
||||
context.Tools.RegisterFile(codecovPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user