mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Merge pull request #108053 from raulsntos/dotnet/check-msbuild-panel-for-details
[.NET] Mention MSBuild panel when building fails
This commit is contained in:
@@ -230,7 +230,7 @@ namespace GodotTools.Build
|
||||
|
||||
if (!success)
|
||||
{
|
||||
ShowBuildErrorDialog("Failed to build project");
|
||||
ShowBuildErrorDialog("Failed to build project. Check MSBuild panel for details.");
|
||||
}
|
||||
|
||||
return success;
|
||||
|
||||
@@ -286,7 +286,7 @@ namespace GodotTools.Export
|
||||
if (!BuildManager.PublishProjectBlocking(buildConfig, platform,
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user