mirror of https://github.com/ppy/osu
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 testMonoArguments = new ProcessArgumentBuilder();
|
||||
testMonoArguments.AppendSwitch("version", "");
|
||||
testMonoArguments.AppendSwitch("--version", "");
|
||||
|
||||
if (StartProcess("mono", new ProcessSettings {
|
||||
Silent = true, Arguments = testMonoArguments }
|
||||
|
|
Loading…
Reference in New Issue