FragileNonVersionable
This commit is contained in:
parent
429625061d
commit
94ca41874d
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ namespace Microsoft.DotNet.Cli.Build
|
||||||
foreach (var assemblyToCrossgen in AssembliesToCrossGen)
|
foreach (var assemblyToCrossgen in AssembliesToCrossGen)
|
||||||
{
|
{
|
||||||
c.Info($"Crossgenning {assemblyToCrossgen}");
|
c.Info($"Crossgenning {assemblyToCrossgen}");
|
||||||
ExecInSilent(outputDir, crossgen, "-nologo", "-platform_assemblies_paths", outputDir, assemblyToCrossgen);
|
ExecInSilent(outputDir, crossgen, "-FragileNonVersionable", "-nologo", "-platform_assemblies_paths", outputDir, assemblyToCrossgen);
|
||||||
}
|
}
|
||||||
|
|
||||||
c.Info("Crossgen complete");
|
c.Info("Crossgen complete");
|
||||||
|
|
Loading…
Reference in a new issue