>Deploying NetCoreApp3.1 Console Application to Linux

deskcheck1-0579 411 Reputation points
2022-01-26T15:02:36.583+00:00

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.

.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
323 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,126 questions
Skype for Business Linux
Skype for Business Linux
Skype for Business: A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.Linux: A family of open-source Unix-like operating systems.
456 questions
0 comments No comments
{count} votes

1 additional answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 56,931 Reputation points
    2022-01-26T15:29:45.08+00:00

    That is an absolute path, not relative. What folder do you want it be?