1 Star 0 Fork 103

dbulus / ZKEACMS

forked from ZKEASOFT / ZKEACMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Build.cmd 240 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZKEASOFT 提交于 2017-12-27 10:02 . check dotnet before run
@echo off
WHERE /Q dotnet
IF %ERRORLEVEL% NEQ 0 (
ECHO dotnet core sdk was not find, please install the latest sdk at first.
@pause
start https://www.microsoft.com/net/download/windows
exit
)
@echo Build starting...
dotnet build ZKEACMS.sln
C#
1
https://gitee.com/dbulus/ZKEACMS.Core.git
git@gitee.com:dbulus/ZKEACMS.Core.git
dbulus
ZKEACMS.Core
ZKEACMS
master

搜索帮助