mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
[Windows] Rename image build scripts (#8808)
This commit is contained in:
committed by
GitHub
parent
f78a7baa80
commit
0263bdd53e
11
images/windows/scripts/build/Install-NativeImages.ps1
Normal file
11
images/windows/scripts/build/Install-NativeImages.ps1
Normal file
@@ -0,0 +1,11 @@
|
||||
################################################################################
|
||||
## File: Install-NativeImages.ps1
|
||||
## Desc: Generate and install native images for .NET assemblies
|
||||
################################################################################
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user