diff --git a/scripts/dotnet-cli-build/TestTargets.cs b/scripts/dotnet-cli-build/TestTargets.cs index 1df5dd61b..6978bd013 100644 --- a/scripts/dotnet-cli-build/TestTargets.cs +++ b/scripts/dotnet-cli-build/TestTargets.cs @@ -179,7 +179,7 @@ namespace Microsoft.DotNet.Cli.Build var failingTests = new List(); foreach (var project in TestProjects) { - c.Info("Running tests in: {project}"); + c.Info($"Running tests in: {project}"); var result = dotnet.Test("-xml", $"{project}-testResults.xml", "-notrait", "category=failing") .WorkingDirectory(Path.Combine(c.BuildContext.BuildDirectory, "test", project)) .Environment(vsvars)