From 8223799f8dbfccc5fbe3a97b87bc2ed206f349cc Mon Sep 17 00:00:00 2001 From: jojo aquino Date: Mon, 21 Apr 2025 08:06:43 +0100 Subject: [PATCH] add SilentlyContinue --- make.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.ps1 b/make.ps1 index 16a318f..2556928 100644 --- a/make.ps1 +++ b/make.ps1 @@ -5,7 +5,7 @@ param( ) -Remove-Item -Path $OutputDir -Recurse -Force +Remove-Item -Path $OutputDir -Recurse -Force -ErrorAction SilentlyContinue dotnet publish .\EnotaryoPH\EnotaryoPH.DbMigration\EnotaryoPH.DbMigration.csproj --nologo --output "$OutputDir\migration"