minus minus

This commit is contained in:
miterosan 2018-08-06 23:47:48 +02:00
parent 8ed8efd06d
commit b98611dd8f
1 changed files with 1 additions and 1 deletions

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 }