From aab348bebc5e6bff3887f8346d1dfbf1778b01f4 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 24 Oct 2017 22:11:20 +0900 Subject: [PATCH] Update MSBuild path --- osu.Desktop.Deploy/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Desktop.Deploy/Program.cs b/osu.Desktop.Deploy/Program.cs index 385bc444d1..d52be70b6e 100644 --- a/osu.Desktop.Deploy/Program.cs +++ b/osu.Desktop.Deploy/Program.cs @@ -18,7 +18,7 @@ internal static class Program { private const string nuget_path = @"packages\NuGet.CommandLine.4.3.0\tools\NuGet.exe"; private const string squirrel_path = @"packages\squirrel.windows.1.7.8\tools\Squirrel.exe"; - private const string msbuild_path = @"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe"; + private const string msbuild_path = @"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe"; public static string StagingFolder = ConfigurationManager.AppSettings["StagingFolder"]; public static string ReleasesFolder = ConfigurationManager.AppSettings["ReleasesFolder"];