Updates for dev with dotnet on linux
This commit is contained in:
@@ -55,6 +55,13 @@ namespace Flax.Deploy
|
||||
case TargetPlatform.Linux:
|
||||
case TargetPlatform.Mac:
|
||||
{
|
||||
// Use msbuild for .NET
|
||||
toolPath = UnixPlatform.Which("dotnet");
|
||||
if (toolPath != null)
|
||||
{
|
||||
return toolPath + " msbuild";
|
||||
}
|
||||
|
||||
// Use msbuild from Mono
|
||||
toolPath = UnixPlatform.Which("msbuild");
|
||||
if (toolPath != null)
|
||||
|
||||
Reference in New Issue
Block a user