mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:03:22 +08:00
minus minus
This commit is contained in:
parent
8ed8efd06d
commit
b98611dd8f
@ -63,7 +63,7 @@ void RunInpectCodeInMono(FilePath nugetToolPath, FilePath nVikaToolPath) {
|
|||||||
var inspectcodeToolPath = GetFiles("./tools/NuGet.CommandLine.*/tools/NuGet.exe").First();
|
var inspectcodeToolPath = GetFiles("./tools/NuGet.CommandLine.*/tools/NuGet.exe").First();
|
||||||
|
|
||||||
var testMonoArguments = new ProcessArgumentBuilder();
|
var testMonoArguments = new ProcessArgumentBuilder();
|
||||||
testMonoArguments.AppendSwitch("version", "");
|
testMonoArguments.AppendSwitch("--version", "");
|
||||||
|
|
||||||
if (StartProcess("mono", new ProcessSettings {
|
if (StartProcess("mono", new ProcessSettings {
|
||||||
Silent = true, Arguments = testMonoArguments }
|
Silent = true, Arguments = testMonoArguments }
|
||||||
|
Loading…
Reference in New Issue
Block a user