1 Star 0 Fork 104

Wilson / ZKEACMS

forked from ZKEASOFT / ZKEACMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Publish.sh 990 Bytes
一键复制 编辑 原始数据 按行查看 历史
wayne 提交于 2020-08-07 08:08 . Include publish tool in repository.
#!/bin/sh
echo "-----------------------------------------------------------------------------"
echo "*** Welcome to use ZKEACMS ***"
echo "-----------------------------------------------------------------------------"
echo T"his 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)"
read -p "Press enter to continue"
dotnet restore
cd src/ZKEACMS.WebHost
export PATH="$PATH:/root/.dotnet/tools"
dotnet tool restore
dotnet tool run publish-zkeacms
C#
1
https://gitee.com/SDream/ZKEACMS.Core.git
git@gitee.com:SDream/ZKEACMS.Core.git
SDream
ZKEACMS.Core
ZKEACMS
master

搜索帮助