mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
[.NET] Mention MSBuild panel when building fails
This commit is contained in:
parent
30456ba095
commit
c67f95d80e
2 changed files with 2 additions and 2 deletions
|
|
@ -230,7 +230,7 @@ namespace GodotTools.Build
|
||||||
|
|
||||||
if (!success)
|
if (!success)
|
||||||
{
|
{
|
||||||
ShowBuildErrorDialog("Failed to build project");
|
ShowBuildErrorDialog("Failed to build project. Check MSBuild panel for details.");
|
||||||
}
|
}
|
||||||
|
|
||||||
return success;
|
return success;
|
||||||
|
|
|
||||||
|
|
@ -286,7 +286,7 @@ namespace GodotTools.Export
|
||||||
if (!BuildManager.PublishProjectBlocking(buildConfig, platform,
|
if (!BuildManager.PublishProjectBlocking(buildConfig, platform,
|
||||||
runtimeIdentifier, publishOutputDir, includeDebugSymbols))
|
runtimeIdentifier, publishOutputDir, includeDebugSymbols))
|
||||||
{
|
{
|
||||||
throw new InvalidOperationException("Failed to build project.");
|
throw new InvalidOperationException("Failed to build project. Check MSBuild panel for details.");
|
||||||
}
|
}
|
||||||
|
|
||||||
string soExt = ridOS switch
|
string soExt = ridOS switch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue