If you don’t want to use MonoDevelop and want to use the command-line, you can use xbuild. xbuild is the Mono equivalent of MSBuild.
xbuild /p:Configuration=Release HelloWorld.csproj
If you don’t want to use MonoDevelop and want to use the command-line, you can use xbuild. xbuild is the Mono equivalent of MSBuild.
xbuild /p:Configuration=Release HelloWorld.csproj