Bangun file CS

// Go to Project File location Open Command Prompt the and then type

// dotnet installed path location    build    project Name 
"C:\Program Files\dotnet\dotnet.exe" build    HelloWorld.csproj

//Here First string represent default location of dotnet.exe
//And the Last one is Project Name/ location
PrashantUnity