Skip to content

Commit a2a2caa

Browse files
authored
Update InvokeTestingPlatformTask.cs
1 parent 49320a7 commit a2a2caa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Platform/Microsoft.Testing.Platform.MSBuild/Tasks/InvokeTestingPlatformTask.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ public override bool Execute()
400400
Log.LogError(Resources.MSBuildResources.DidNotReceiveRunSummaryInfo, TargetPath.ItemSpec.Trim());
401401
return false;
402402
}
403+
403404
Log.LogMessage(MessageImportance.High, Resources.MSBuildResources.TestsSucceeded, TargetPath.ItemSpec.Trim(), TargetFramework.ItemSpec, TestArchitecture.ItemSpec);
404405
}
405406

0 commit comments

Comments
 (0)