fix windows build

This commit is contained in:
Andrew Stanton-Nurse 2015-10-31 21:19:15 -07:00
parent d5412f767e
commit fbedf48da2
4 changed files with 28 additions and 52 deletions

View file

@ -273,12 +273,6 @@ namespace Microsoft.DotNet.Tools.Compiler
}
return outputPath;
string intermediateOutputPath = Path.Combine(
context.ProjectFile.ProjectDirectory,
Constants.ObjDirectoryName,
configuration,
context.TargetFramework.GetTwoDigitShortFolderName());
}
private static string GetIntermediateOutputPath(ProjectContext context, string configuration, string outputOptionValue)