Skip to content

Commit 47c3799

Browse files
committed
Updated Wrench settings and removed testproject-tools-integration exception from Renovate since it's not present here anymore
1 parent 24df842 commit 47c3799

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/renovate.json5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"com.unity.netcode.gameobjects/**/*",
1717
"Examples/**/*",
1818
"testproject/**/*",
19-
"minimalproject/**/*",
20-
"testproject-tools-integration/**/*"
19+
"minimalproject/**/*"
2120
],
2221
"packageRules": [
2322
// Run unity-upm-project and unity-upm-package only on weekends to reduce PR noise

Tools/CI/Settings/NGOSettings.cs

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

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

4341
public WrenchSettings Wrench { get; private set; }

0 commit comments

Comments
 (0)