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");
}
}
}

View file

@ -1,4 +1,7 @@
using Microsoft.DotNet.Tools.Test.Utilities;
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.DotNet.Tools.Test.Utilities;
using System;
using System.Collections.Generic;
using System.Text;