Removes module catalog file creation from build.ps1

This commit is contained in:
Dimitar Milov 2021-04-09 11:25:17 +03:00
parent 9c3f3d08cb
commit cd4fb93c87
1 changed files with 0 additions and 1 deletions

View File

@ -98,4 +98,3 @@ if (Test-Path $catalogFilePath) {
# Delete previous catalog file
Remove-Item $catalogFilePath -Confirm:$false
}
New-FileCatalog -Path $OutputDir -CatalogFilePath $catalogFilePath | Out-Null