1 Star 0 Fork 186

Calm / lin-cms-dotnetcore

forked from igeekfan / lin-cms-dotnetcore 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
publish.bat 589 Bytes
一键复制 编辑 原始数据 按行查看 历史
igeekfan 提交于 2019-07-29 21:06 . update what
@echo off
dotnet clean
dotnet restore
dotnet build
DEL /F/Q/S "D:\Publishes\lin-cms-dotnetcore" > NUL && RMDIR /Q/S "D:\Publishes\lin-cms-dotnetcore"
::dotnet publish -c Release -r win-x64 --self-contained false -o "D:\Publishes\lin-cms-dotnetcore\win-x64"
::dotnet publish -c Release -r win-x86 --self-contained false -o "D:\Publishes\lin-cms-dotnetcore\win-x86"
::dotnet publish -c Release -r osx-x64 --self-contained false -o "D:\Publishes\lin-cms-dotnetcore\osx-x64"
dotnet publish -c Release -r linux-x64 --self-contained false -o "D:\Publishes\lin-cms-dotnetcore\linux-x64"
C#
1
https://gitee.com/hbycool/lin-cms-dotnetcore.git
git@gitee.com:hbycool/lin-cms-dotnetcore.git
hbycool
lin-cms-dotnetcore
lin-cms-dotnetcore
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891