N
N
noxplex2020-01-02 21:01:11
Windows
noxplex, 2020-01-02 21:01:11

Is it possible to set up a remote project build for Visual Studio?

Actually, I would like to transfer the compilation and assembly process to a more powerful PC, and on a weaker one, leave only the compilation output, well, or an .exe file with the compilation result.
Scrolled through google in search of guides, found only an option with remote debugging, but I'm interested in compiling and building.
PS
The option without rsync and shared folders is highly desirable, the native features of VS17 or VS19 are of interest.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Radjah, 2020-01-03
@noxplex

As an option:

  1. Save changes;
  2. Make a commit in git;
  3. On a remote host, do a git pull via ssh, for example;
  4. Trigger a build with a script calling MSBuild.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question