add SilentlyContinue
This commit is contained in:
parent
b1626b4a6d
commit
8223799f8d
2
make.ps1
2
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"
|
dotnet publish .\EnotaryoPH\EnotaryoPH.DbMigration\EnotaryoPH.DbMigration.csproj --nologo --output "$OutputDir\migration"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user