Use approved verb instead of Generate-CrossGenAssembly (#8151)

This commit is contained in:
PRASOON KARUNAN V 2018-10-31 16:15:33 +05:30 committed by Ilya
parent 1eec123f48
commit 35f1ed0011

View file

@ -2074,7 +2074,7 @@ function Start-CrossGen {
$Runtime
)
function Generate-CrossGenAssembly {
function New-CrossGenAssembly {
param (
[Parameter(Mandatory= $true)]
[ValidateNotNullOrEmpty()]
@ -2224,7 +2224,7 @@ function Start-CrossGen {
foreach ($assemblyName in $fullAssemblyList) {
$assemblyPath = Join-Path $PublishPath $assemblyName
Generate-CrossGenAssembly -CrossgenPath $crossGenPath -AssemblyPath $assemblyPath
New-CrossGenAssembly -CrossgenPath $crossGenPath -AssemblyPath $assemblyPath
}
#