Removes module catalog file creation from build.ps1
This commit is contained in:
parent
9c3f3d08cb
commit
cd4fb93c87
|
@ -98,4 +98,3 @@ if (Test-Path $catalogFilePath) {
|
||||||
# Delete previous catalog file
|
# Delete previous catalog file
|
||||||
Remove-Item $catalogFilePath -Confirm:$false
|
Remove-Item $catalogFilePath -Confirm:$false
|
||||||
}
|
}
|
||||||
New-FileCatalog -Path $OutputDir -CatalogFilePath $catalogFilePath | Out-Null
|
|
||||||
|
|
Loading…
Reference in New Issue