// Go to Project File location Open Command Prompt the and then type
// dotnet installed path location build project Name
"C:Program Filesdotnetdotnet.exe" build HelloWorld.csproj
//Here First string represent default location of dotnet.exe
//And the Last one is Project Name/ location