Fixed priting of test project

This commit is contained in:
David Fowler 2016-02-17 21:20:18 -08:00
parent 9eb6bdec2a
commit c980d0a8ed

View file

@ -179,7 +179,7 @@ namespace Microsoft.DotNet.Cli.Build
var failingTests = new List<string>();
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)