We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f5c5e commit 5e736a1Copy full SHA for 5e736a1
Tools/CI/Settings/NGOSettings.cs
@@ -33,10 +33,8 @@ public NGOSettings()
33
{
34
Wrench = new WrenchSettings(
35
packagesRootPaths,
36
- PackageOptions,
37
- false,
38
39
- @"Tools\CI\NGO.Cookbook.csproj"); // There should be fix soon and there should be no need of specifying the path
+ PackageOptions
+ );
40
41
Wrench.PvpProfilesToCheck = new HashSet<string>() { "supported" };
42
}
0 commit comments