Skip to content

Commit 5e736a1

Browse files
committed
correction
1 parent 70f5c5e commit 5e736a1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Tools/CI/Settings/NGOSettings.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ public NGOSettings()
3333
{
3434
Wrench = new WrenchSettings(
3535
packagesRootPaths,
36-
PackageOptions,
37-
false,
38-
false,
39-
@"Tools\CI\NGO.Cookbook.csproj"); // There should be fix soon and there should be no need of specifying the path
36+
PackageOptions
37+
);
4038

4139
Wrench.PvpProfilesToCheck = new HashSet<string>() { "supported" };
4240
}

0 commit comments

Comments
 (0)