1 Star 0 Fork 1

神一样的对手/dlvm-netcore开源框架后台管理

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploy.bat 342 Bytes
一键复制 编辑 原始数据 按行查看 历史
wanc 提交于 2021-05-18 09:05 . 添加项目文件。
@echo off
cls
color 0A
cd /d %~dp0
cd Presentation\Mzg.Web
echo ".net build"
dotnet restore
dotnet build
dotnet publish -c Release -o ../../publish
echo 'deploy completed...'
set/p sel=starting now(y/n)?:
if "%sel%"=="y" goto ok
if "%sel%"=="n" goto end
:ok
cd ../../publish
dotnet Mzg.Web.dll
echo 'http://localhost:8002'
:end
exit
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rhe/dlvm-netcore.git
git@gitee.com:rhe/dlvm-netcore.git
rhe
dlvm-netcore
dlvm-netcore开源框架后台管理
master

搜索帮助