update make file
This commit is contained in:
parent
10e67a001c
commit
d945ef9527
8
make.ps1
8
make.ps1
@ -4,11 +4,15 @@ param(
|
|||||||
$OutputDir
|
$OutputDir
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Remove-Item -Path $OutputDir -Recurse -Force
|
||||||
|
|
||||||
|
dotnet publish .\EnotaryoPH\EnotaryoPH.DbMigration\EnotaryoPH.DbMigration.csproj --nologo --output "$OutputDir\migration"
|
||||||
|
|
||||||
cd EnotaryoPH/EnotaryoPH.Web
|
cd EnotaryoPH/EnotaryoPH.Web
|
||||||
npm install --production
|
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