From cd4fb93c87816c67e5a0b73cdbadec3cbeca92df Mon Sep 17 00:00:00 2001 From: Dimitar Milov Date: Fri, 9 Apr 2021 11:25:17 +0300 Subject: [PATCH] Removes module catalog file creation from build.ps1 --- build.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 72d663e..61ff0d5 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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