adjust the path to the commandline tools

This commit is contained in:
miterosan 2018-08-06 23:53:09 +02:00
parent b98611dd8f
commit 7c6ae73be1
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ Task("InspectCode")
});
void RunInpectCodeInMono(FilePath nugetToolPath, FilePath nVikaToolPath) {
var inspectcodeToolPath = GetFiles("./tools/NuGet.CommandLine.*/tools/NuGet.exe").First();
var inspectcodeToolPath = GetFiles("./tools/Addins/JetBrains.Resharper.CommandLineTools.*/**/inspectcode.exe").First();
var testMonoArguments = new ProcessArgumentBuilder();
testMonoArguments.AppendSwitch("--version", "");