Skip to content

Commit

Permalink
Reduce diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Aug 27, 2024
1 parent d411ecd commit 84da840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/MonoGame.Tools.Tests/BuilderTargetsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bool RunBuild(string buildTool, string projectFile, params string[] parameters)
var root = Path.GetDirectoryName(typeof(BuilderTargetsTest).Assembly.Location);
var psi = new ProcessStartInfo(FindTool(buildTool))
{
Arguments = "build " + projectFile + " -t:IncludeContent " + string.Join(" ", parameters) + " -v:diag -tl:off -bl",
Arguments = "build " + projectFile + " -t:IncludeContent " + string.Join(" ", parameters) + " -tl:off -bl",
WorkingDirectory = root,
UseShellExecute = false,
RedirectStandardOutput = true,
Expand Down

0 comments on commit 84da840

Please sign in to comment.