remoterootdir
Specifies the base directory on the remote machine to deploy the source code to before compiling.
remoterootdir ("path")
Parameters
path specifies the directory on the remote machine where the source files will be copied to before compiling
Applies To
Project configurations.
Availability
Premake 5.0.0-beta3 or later, only applies to Visual Studio Linux projects.
Examples
remoterootdir "~/projects/%{prj.name}"