From 3b9a99df22ad41f7777e9aba32b56d6049f86988 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Sat, 12 Aug 2023 18:55:35 +0800 Subject: [PATCH] TMP, revert pls --- scripts/configure.fsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/configure.fsx b/scripts/configure.fsx index c15ea86fe..244c819a1 100755 --- a/scripts/configure.fsx +++ b/scripts/configure.fsx @@ -22,9 +22,6 @@ let initialConfigFile, buildTool = match Misc.GuessPlatform() with | Misc.Platform.Windows -> let buildTool= - match Process.ConfigCommandCheck ["dotnet"] false true with - | Some _ -> "dotnet" - | None -> Console.Write "checking for msbuild... " match Process.VsWhere "MSBuild\\**\\Bin\\MSBuild.exe" with | None ->