|
git pull;
|
|
rm -rf .PublishFiles;
|
|
dotnet build;
|
|
dotnet publish -o /home/New_College/New_College.Api/bin/Debug/netcoreapp3.1;
|
|
cp -r /home/New_College/New_College.Api/bin/Debug/netcoreapp3.1 .PublishFiles;
|
|
echo "Successfully!!!! ^ please see the file .PublishFiles"; |