File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ; }
You can’t perform that action at this time.
0 commit comments