You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
283 B
11 lines
283 B
@echo off
|
|
@echo build vben28
|
|
cd vben28&&pnpm install&&pnpm run build
|
|
cd %~dp0
|
|
cd ./aspnet-core/src/MyCompanyName.MyProjectName.DbMigrator && dotnet publish -o publish
|
|
cd %~dp0
|
|
cd ./aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host && dotnet publish -o publish
|
|
cd %~dp0
|
|
|
|
|
|
|
|
|