diff --git a/Build/OpenDDSharp.Build/Tasks/TestTask.cs b/Build/OpenDDSharp.Build/Tasks/TestTask.cs index 59683780..2e0546c0 100644 --- a/Build/OpenDDSharp.Build/Tasks/TestTask.cs +++ b/Build/OpenDDSharp.Build/Tasks/TestTask.cs @@ -41,7 +41,7 @@ public override void Run(BuildContext context) var solutionFullPath = Path.GetFullPath(BuildContext.OPENDDSHARP_SOLUTION_FOLDER); var path = Path.Combine(solutionFullPath, $"Tests/OpenDDSharp.UnitTest/bin/{context.BuildConfiguration}/net6.0/{context.RunTime}"); context.Log.Information($"Unit test path: {path}"); - var testAdapterPath = Path.Combine(BuildContext.OPENDDSHARP_SOLUTION_FOLDER, "packages/coverlet.collector/6.0.0/build/netstandard1.0"); + var testAdapterPath = Path.Combine(BuildContext.OPENDDSHARP_SOLUTION_FOLDER, "packages/coverlet.collector/6.0.2/build/netstandard2.0"); var settingsFile = Path.Combine(solutionFullPath, "Tests.runsettings"); context.Log.Information($"Settings file: {settingsFile}");