Skip to content

Commit

Permalink
Fix windows now?
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Aug 27, 2024
1 parent 1c229c9 commit 6d31081
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 @@ -31,7 +31,7 @@ bool RunBuild(string buildTool, string projectFile, params string[] parameters)
var tool = FindTool(buildTool);
var psi = new ProcessStartInfo(tool)
{
Arguments = $"build {projectFile} -t:IncludeContent {string.Join(" ", parameters)} -tl:off -bl -p:DotnetCommand={tool}",
Arguments = $"build {projectFile} -t:IncludeContent {string.Join(" ", parameters)} -tl:off -bl -p:DotnetCommand=\"{tool}\"",
WorkingDirectory = root,
UseShellExecute = false,
RedirectStandardOutput = true,
Expand Down

0 comments on commit 6d31081

Please sign in to comment.