1 Star 0 Fork 103

zhangxiaohui / ZKEACMS

forked from ZKEASOFT / ZKEACMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Build.sh 189 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZKEASOFT 提交于 2019-05-04 13:55 . Build.sh Run.sh
#!/bin/sh
if ! [ -x "$(command -v dotnet)" ]; then
echo 'dotnet core sdk was not find, please install the latest sdk at first.'
exit 1
fi
echo Build starting...
dotnet build ZKEACMS.sln
C#
1
https://gitee.com/myzhangxiaohu/ZKEACMS.Core.git
git@gitee.com:myzhangxiaohu/ZKEACMS.Core.git
myzhangxiaohu
ZKEACMS.Core
ZKEACMS
master

搜索帮助