10 lines
387 B
Diff
10 lines
387 B
Diff
diff --git a/Installer/Makefile/Makefile b/Installer/Makefile/Makefile
|
|
index 550e7b9..0cb537f 100755
|
|
--- a/Installer/Makefile/Makefile
|
|
+++ b/Installer/Makefile/Makefile
|
|
@@ -1,4 +1,4 @@
|
|
-BUILD_TOOL=msbuild
|
|
+BUILD_TOOL=dotnet msbuild
|
|
BUILD_ARGS=/property:Platform=Any\ CPU /property:Configuration=Release
|
|
BUILD_ARGS_DEBUG=/property:Platform=Any\ CPU /property:Configuration=Debug
|
|
|