Test
This commit is contained in:
@@ -184,7 +184,7 @@ namespace Flax.Deploy
|
||||
return false;
|
||||
}
|
||||
|
||||
internal static string Verbosity => Configuration.Verbose ? " " : "/verbosity:minimal ";
|
||||
internal static string Verbosity => Configuration.Verbose ? "" : "/verbosity:minimal";
|
||||
|
||||
/// <summary>
|
||||
/// Runs msbuild.exe with the specified arguments.
|
||||
|
||||
@@ -208,7 +208,7 @@ namespace Flax.Build.Projects.VisualStudio
|
||||
else
|
||||
fileType = "None";
|
||||
|
||||
csProjectFileContent.AppendLine(string.Format(" <{0} Visible=\"false\" Include =\"{1}\" />", fileType, file));
|
||||
csProjectFileContent.AppendLine(string.Format(" <{0} Visible=\"false\" Include=\"{1}\" />", fileType, file));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user