214 Star 1.4K Fork 445

老张的哲学 / Blog.Core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Blog.Core.Publish.Linux.sh 551 Bytes
一键复制 编辑 原始数据 按行查看 历史
MandIand 提交于 2023-02-26 18:32 . feat: :flipper:update publish linux sh
find .PublishFiles/ -type f -and ! -path '*/wwwroot/images/*' ! -name 'appsettings.*' |xargs rm -rf
dotnet build;
rm -rf /home/Blog.Core/Blog.Core.Api/bin/Debug/.PublishFiles;
dotnet publish -o /home/Blog.Core/Blog.Core.Api/bin/Debug/.PublishFiles;
rm -rf /home/Blog.Core/Blog.Core.Api/bin/Debug/.PublishFiles/WMBlog.db;
# cp -r /home/Blog.Core/Blog.Core.Api/bin/Debug/.PublishFiles ./;
awk 'BEGIN { cmd="cp -ri /home/Blog.Core/Blog.Core.Api/bin/Debug/.PublishFiles ./"; print "n" |cmd; }'
echo "Successfully!!!! ^ please see the file .PublishFiles";
C#
1
https://gitee.com/laozhangIsPhi/Blog.Core.git
git@gitee.com:laozhangIsPhi/Blog.Core.git
laozhangIsPhi
Blog.Core
Blog.Core
master

搜索帮助