diff --git a/core/compiler/executor.go b/core/compiler/executor.go index 3888df6..4c8d54a 100644 --- a/core/compiler/executor.go +++ b/core/compiler/executor.go @@ -35,6 +35,7 @@ func getCompilerParameters(rootPath string, dep *models.Dependency, platform str "/p:DCC_ExeOutput=\"" + binPath + "\" " + "/target:Build " + "/p:config=Debug " + + "/p:DCC_UseMSBuildExternally=true " + "/P:platform=" + platform + " " }