parent
99aa2b8c9a
commit
dad916499a
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ namespace Microsoft.DotNet.Cli.Build
|
||||||
var env = new Dictionary<string, string>()
|
var env = new Dictionary<string, string>()
|
||||||
{
|
{
|
||||||
// disable partial ngen
|
// disable partial ngen
|
||||||
{ "COMPLUS_ZapDisable", "0" }
|
{ "COMPlus_PartialNGen", "0" }
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var file in Directory.GetFiles(pathToAssemblies))
|
foreach (var file in Directory.GetFiles(pathToAssemblies))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue