1 Star 0 Fork 100

新无止竞 / ScheduleMasterCore

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

搜索帮助