prebuild for .net6, disable stupid ms imitation of java hotspots

This commit is contained in:
UbitUmarov
2022-03-23 19:23:08 +00:00
parent 247cb70595
commit b7ed5f109e

View File

@@ -710,6 +710,7 @@ namespace Prebuild.Core.Targets
ps.WriteLine(" <DebugSymbols>{0}</DebugSymbols>", conf.Options["DebugInformation"]);
ps.WriteLine(" <FileAlignment>{0}</FileAlignment>", conf.Options["FileAlignment"]);
ps.WriteLine(" <Optimize>{0}</Optimize>", conf.Options["OptimizeCode"]);
ps.WriteLine(" <TieredCompilation>false</TieredCompilation>");
if (project.Type != ProjectType.Web)
ps.WriteLine(" <OutputPath>{0}</OutputPath>",
Helper.EndPath(Helper.NormalizePath(conf.Options["OutputPath"].ToString())));