Apply code review feedback

This commit is contained in:
Daniel Plaisted 2017-04-26 14:57:18 -07:00
parent 06c1cc5990
commit cc9e942ede
10 changed files with 33 additions and 15 deletions

View file

@ -462,7 +462,7 @@ namespace Microsoft.DotNet.Tests
{
// When using the product, the ToolDepsJsonGeneratorProject property is used to get this path, but for testing
// we'll hard code the path inside the SDK since we don't have a project to evaluate here
return Path.Combine(new RepoDirectoriesProvider().Stage2Sdk, @"Sdks\Microsoft.NET.Sdk\build\GenerateDeps\GenerateDeps.proj");
return Path.Combine(new RepoDirectoriesProvider().Stage2Sdk, "Sdks", "Microsoft.NET.Sdk", "build", "GenerateDeps", "GenerateDeps.proj");
}
}
}