是否可以在Visual Studio中编辑代码并远程构建代码?

时间:2019-02-04 13:40:54

标签: linux build visual-studio-2017 remote-debugging

我在Linux上有开发机器。通常,我连接到它,编辑一些代码,然后运行我的./BuildAll.sh脚本。 但是现在(由于Internet ping不佳),远程编辑很痛苦。

我的笔记本电脑上装有Visual Studio 2017,我想在VS中实现代码编辑,但是要在远程Linux上构建更改的代码。

我想像这样:

I edit code in VS -> push some button in VS -> edited code copied to developer Linux machine -> my build script runs on Linux machine-> I gets output of script

我下载了Linux development with C++工具集 我通过menu -> Tools -> Cross Platform -> Connection Manager连接到Linux计算机。 我下载了我的仓库。 (内部没有* .sln) 现在我坚持下一步。

我需要做的,或者用VS无法实现我想要的。

0 个答案:

没有答案