diff --git a/build/Build.csproj b/build/Build.csproj index 11c7eb3f..962e1be8 100644 --- a/build/Build.csproj +++ b/build/Build.csproj @@ -9,7 +9,7 @@ - + diff --git a/build/Tasks/CodeCoverage.cs b/build/Tasks/CodeCoverage.cs index 474ac88d..74f1aaba 100644 --- a/build/Tasks/CodeCoverage.cs +++ b/build/Tasks/CodeCoverage.cs @@ -51,7 +51,7 @@ public sealed class CodeCoverage : FrostingTask var userProfilePath = context.EnvironmentVariable("USERPROFILE"); var codecovPath = new DirectoryPath(userProfilePath) - .CombineWithFilePath(".nuget\\packages\\codecov\\1.10.0\\tools\\codecov.exe"); + .CombineWithFilePath(".nuget\\packages\\codecov\\1.12.3\\tools\\codecov.exe"); context.Tools.RegisterFile(codecovPath);