66 Star 488 Fork 182

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/igeekfan/lin-cms-dotnetcore.git
git@gitee.com:igeekfan/lin-cms-dotnetcore.git
igeekfan
lin-cms-dotnetcore
lin-cms-dotnetcore
master

搜索帮助