diff --git a/build/Build.csproj b/build/Build.csproj index 087cd5bd9f..0a9bb56631 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 5e6b86b7c6..1d9f0b81b8 100644 --- a/build/Tasks/CodeCoverage.cs +++ b/build/Tasks/CodeCoverage.cs @@ -51,7 +51,7 @@ public override void Run(Context context) var userProfilePath = context.EnvironmentVariable("USERPROFILE"); var codecovPath = new DirectoryPath(userProfilePath) - .CombineWithFilePath(".nuget\\packages\\codecov\\1.7.2\\tools\\codecov.exe"); + .CombineWithFilePath(".nuget\\packages\\codecov\\1.10.0\\tools\\codecov.exe"); context.Tools.RegisterFile(codecovPath); @@ -72,4 +72,4 @@ public override void Run(Context context) } } } -} \ No newline at end of file +}