Hi,
In my VS 2019 VB.Net application, I have a Application Arguments in the Project Properties as follows:
64 E:\model_run_test\ true all true
where 64 = number of cores
E:\ = Drive where directory is located
...etc.
Now I'm deploying my console application to a Linux CentOS7 cluster server.
I was given a relative directory path to upload my files: let's say:
/project/myprojectdirectory/dotnetcore
How do I modify my Application Arguments accordingly? I am only uploading the executable application to Linux.
Appreciate any help.