1 Star 0 Fork 102

dbulus / ZKEACMS

forked from ZKEASOFT / ZKEACMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Publish.cmd 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
wayne 提交于 2020-08-07 08:08 . Include publish tool in repository.
@echo off
@echo -----------------------------------------------------------------------------
@echo *** Welcome to use ZKEACMS ***
@echo -----------------------------------------------------------------------------
@echo This tool will help you to publish ZKEACMS
@echo License
@echo http://www.zkea.net/licenses
@echo -----------------------------------------------------------------------------
@echo Deploy
@echo http://www.zkea.net/zkeacms/document/deploy/core
@echo -----------------------------------------------------------------------------
@echo RID details
@echo https://docs.microsoft.com/en-us/dotnet/core/rid-catalog
@echo -----------------------------------------------------------------------------
@echo Notice: Application will publish to folder(src/ZKEACMS.WebHost/bin/Release/PublishOutput)
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 Publishing, please wait...
dotnet restore
cd src/ZKEACMS.WebHost
dotnet tool restore
dotnet tool run publish-zkeacms
explorer %cd%\bin\Release\PublishOutput
C#
1
https://gitee.com/dbulus/ZKEACMS.Core.git
git@gitee.com:dbulus/ZKEACMS.Core.git
dbulus
ZKEACMS.Core
ZKEACMS
master

搜索帮助