update make file
This commit is contained in:
parent
42e296bec8
commit
153a3d275d
8
make.ps1
8
make.ps1
@ -4,11 +4,15 @@ param(
|
||||
$OutputDir
|
||||
)
|
||||
|
||||
|
||||
Remove-Item -Path $OutputDir -Recurse -Force
|
||||
|
||||
dotnet publish .\EnotaryoPH\EnotaryoPH.DbMigration\EnotaryoPH.DbMigration.csproj --nologo --output "$OutputDir\migration"
|
||||
|
||||
cd EnotaryoPH/EnotaryoPH.Web
|
||||
npm install --production
|
||||
|
||||
dotnet publish EnotaryoPH.Web.csproj --nologo --output $OutputDir
|
||||
|
||||
dotnet publish EnotaryoPH.Web.csproj --nologo --output "$OutputDir\web"
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user