50 Star 252 Fork 99

HOHO / ScheduleMasterCore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
publish.sh 503 Bytes
一键复制 编辑 原始数据 按行查看 历史
HOHO 提交于 2020-06-14 16:37 . update
#!/bin/bash
MASTERDIR="src/ScheduleMasterCore/Hos.ScheduleMaster.Web//Hos.ScheduleMaster.Web.csproj"
dotnet restore "${MASTERDIR}"
dotnet build "${MASTERDIR}"
dotnet publish "${MASTERDIR}" -c Release -o /home/sm-publish/master
WORKERDIR="src/ScheduleMasterCore/Hos.ScheduleMaster.QuartzHost//Hos.ScheduleMaster.QuartzHost.csproj"
dotnet restore "${WORKERDIR}"
dotnet build "${WORKERDIR}"
dotnet publish "${WORKERDIR}" -c Release -o /home/sm-publish/worker1
echo "published to [/home/sm-publish]."
C#
1
https://gitee.com/hey-hoho/ScheduleMasterCore.git
git@gitee.com:hey-hoho/ScheduleMasterCore.git
hey-hoho
ScheduleMasterCore
ScheduleMasterCore
master

搜索帮助