You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
551 B
9 lines
551 B
|
|
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"; |