Apply code review feedback
This commit is contained in:
parent
06c1cc5990
commit
cc9e942ede
10 changed files with 33 additions and 15 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue