From 440615cf9b078c94e4aebb0d0738ca3ef712974d 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"