I have my laptop that has Visual Studio 2019. We also have an ESXI with many VMs. I want to setup the most efficient way to program on my laptop, compile, and then it'd be nice to just hit a button that pushes the newly compiled programs to 2 or more of the VMs on the ESXi for network testing.
The options I can think of.
Browser / Datastore / Upload then downloading them on the VMs... really not as efficient as I'd like. Especially with multiple files that I want to push.
Building a script / program to sftp all of them to the datastore, then also pull them from the datastore to the VM. A lot more work but then requires me to open up SSH and ESXi warning messages makes me wonder how vulnerable that would be having that on all of the time.
I guess I could develop and test all on my local machine but I was hoping to use the Vms.
Is there a better way I'm not thinking of?