We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce2841 commit fe4d247Copy full SHA for fe4d247
build/scripts/Build.lua
@@ -17,7 +17,7 @@ function msbuild(sln, conf)
17
local msbuild_path = "msbuild.exe"
18
local sln = path.normalize(sln)
19
20
- local cmd = msbuild_path .. " " .. sln
+ local cmd = msbuild_path .. " " .. sln .. " /m"
21
if conf ~= nil then
22
cmd = cmd .. " /p:Configuration=" .. conf
23
end
0 commit comments