Skip to content

Commit

Permalink
Updated coverlet path
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmorato committed Jun 29, 2024
1 parent a91728e commit 85b03c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/OpenDDSharp.Build/Tasks/TestTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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}");

Expand Down

0 comments on commit 85b03c9

Please sign in to comment.