Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Go back to msbuild in framework dir until we have newer F#
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebbo committed Aug 19, 2015
1 parent fd2a98b commit 9bfc12a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kudu.Core/Infrastructure/PathUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ internal static string ResolveNpmJsPath()

internal static string ResolveMSBuildPath()
{
string programFiles = SystemEnvironment.GetFolderPath(SystemEnvironment.SpecialFolder.ProgramFilesX86);
return Path.Combine(programFiles, @"MSBuild", "14.0", "Bin", "MSBuild.exe");
string windir = SystemEnvironment.GetFolderPath(SystemEnvironment.SpecialFolder.Windows);
return Path.Combine(windir, @"Microsoft.NET", "Framework", "v4.0.30319", "MSBuild.exe");
}

internal static string ResolveVsTestPath()
Expand Down

0 comments on commit 9bfc12a

Please sign in to comment.