VPN is not usable by the pipeline through Send-SSMCommand because the PowerShell script is running under a System Account, not Adminisrator.
So, here are 2 solutions:
Require Manual RDP into the VM and run a script to copy the required test cases locally. And change the test cases to import from the local directory.
Investigate if with a git repo the import needs to be done at all. The import is required because the test case modifies a Table as part of the test. So the original must be put in place. When the modification is done by the test case, is that new table state reflected in the git repo state? And if it is, does resetting all changes in git update the LANSA repo when a Compile.cmd is run? (This is all without running the VL IDE). And thus the import is not required.
VPN is not usable by the pipeline through Send-SSMCommand because the PowerShell script is running under a System Account, not Adminisrator.
So, here are 2 solutions: