1 Star 0 Fork 445

Mr_曾先生 / Blog.Core

forked from 老张的哲学 / Blog.Core 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Blog.Core.Publish.Linux.sh 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
MandIand 提交于 2022-04-11 14:44 . Fixed #263 bug
git pull;
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;
# 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/zeng_ki/Blog.Core.git
git@gitee.com:zeng_ki/Blog.Core.git
zeng_ki
Blog.Core
Blog.Core
master

搜索帮助