1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 04:52:57 +08:00

minus minus

This commit is contained in:
miterosan 2018-08-06 23:47:48 +02:00
parent 8ed8efd06d
commit b98611dd8f

View File

@ -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 }