Files
runner-images/images/win/scripts/Installers/Run-NGen.ps1
Aleksandr Chebotov 9364062300 [Windows] .NET Framework Performance Issue (#1316)
* ngen KB2570538

* suppress ngen log output
2020-07-30 09:56:11 +03:00

6 lines
468 B
PowerShell

Write-Host "NGen: Microsoft.PowerShell.Utility.Activities"
$null = & $env:SystemRoot\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install "Microsoft.PowerShell.Utility.Activities, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Write-Host "NGen: Framework64"
$null = & $env:SystemRoot\Microsoft.NET\Framework64\v4.0.30319\ngen.exe update
Write-Host "NGen: Framework"
$null = & $env:SystemRoot\Microsoft.NET\Framework\v4.0.30319\ngen.exe update