前提:
- Linux 主机开放SSH远程登录
 - Linux 安装 Git (按照版本控制,或装其他工具)
 
- 设置Linux 远程链接 SSH



 使用终端,远程代码拉取,然后选择解决方案文件

git clone http://xxxx.git
- 认证授权

 - 选择语言

 - 重置 nuget,重新构建解决方案
 按照项目要求,在Linux安装指定版本的 .dotnet
https://learn.microsoft.com/zh-cn/dotnet/core/install/linux-scripted-manual#scripted-install
curl -L https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh chmod +x ./dotnet-install.sh ./dotnet-install.sh --version latest