1 Star 0 Fork 130

witcit / xms

forked from 甲乙 / xms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deploy.bat 342 Bytes
一键复制 编辑 原始数据 按行查看 历史
migomiddle 提交于 2019-12-16 13:13 . upgrade to core 3.1
@echo off
cls
color 0A
cd /d %~dp0
cd Presentation\Xms.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 Xms.Web.dll
echo 'http://localhost:8002'
:end
exit
C#
1
https://gitee.com/witcit/xms.git
git@gitee.com:witcit/xms.git
witcit
xms
xms
master

搜索帮助