Remote Linux deployment Skipping Deploy

  • Thread starter Thread starter Zing Du Ho
  • Start date Start date
Z

Zing Du Ho

Guest
I have been creating and running software on Linux remotely with VS 2019 and it was good experience most of the time.

I changed something --- I added another Linux connection and assigned it in the project settings.

This did not work well. So I deleted the first connection and kept the new one.

Now I could see that he does not try to connect to the first one (BUG) because there was just one.

Everything works fine until I RUN ! That is the project finishes the build.

Now I RUN and here is what is the new trouble I am clueless about -- it does not want to run.

If I exit VS and reenter -- it runs once. The next time once again, does not want to run.

For your information here is the errors that I get in the cross platform logging...

The build says -- "Skipping deploy. No items to deploy."

Please help get unstuck from this situation. Thank you.

------------------------------------------------
11:29:11.9722615 [Info, Thread 46] liblinux.Shell.CommonCommandBase: Command "ps aux | grep -v grep | grep 22492_cd2c08eb-7dee-49fe-9e8e-dd882368d101" finished with exit code 0 after 64.8654ms
11:29:13.1689331 [Info, Thread 14] liblinux.Shell.CommonCommandBase: Command "ps aux | grep -v grep | grep 22492_cd2c08eb-7dee-49fe-9e8e-dd882368d101" finished with exit code 0 after 32.3835ms
11:29:14.1817544 [Info, Thread 14] liblinux.Shell.CommonCommandBase: Command "kill -9 4631" finished with exit code 0 after 18.2917ms
11:29:14.3213477 [Info, Thread 14] liblinux.Shell.CommonCommandBase: Command "rm -rf '$HOME/.vs/rsync/22492_cd2c08eb-7dee-49fe-9e8e-dd882368d101/'" finished with exit code 0 after 121.1005ms
11:29:14.4418347 [Info, Thread 50] liblinux.Shell.CommonCommandBase: Command "realpath -m -L ~" finished with exit code 0 after 78.3688ms
11:34:50.9143231 [Info, Thread 1] liblinux.RemoteSystemBase: Connecting over SSH to X8:22
11:34:51.3242874 [Info, Thread 1] liblinux.IO.RemoteFileSystemImpl: Connecting over SFTP to X8:22
11:34:53.5877872 [Info, Thread 1] liblinux.RemoteSystemBase: Disconnecting over SSH from "X8:22"

Continue reading...
 
Back
Top