forked from dotnet/efcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuGetPackageVerifier.json
More file actions
34 lines (34 loc) · 1.28 KB
/
Copy pathNuGetPackageVerifier.json
File metadata and controls
34 lines (34 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AdxVerificationCompositeRule"
],
"packages": {
"dotnet-ef": { },
"Microsoft.EntityFrameworkCore.Commands": { },
"Microsoft.EntityFrameworkCore": { },
"Microsoft.EntityFrameworkCore.InMemory": { },
"Microsoft.EntityFrameworkCore.SqlServer": { },
"Microsoft.EntityFrameworkCore.SqlServer.Design": { },
"Microsoft.EntityFrameworkCore.Relational": { },
"Microsoft.EntityFrameworkCore.Relational.Design": { },
"Microsoft.EntityFrameworkCore.Sqlite": { },
"Microsoft.EntityFrameworkCore.Sqlite.Design": { }
}
},
"adx-nonshipping": {
"rules": [
// don't run any rules for packages the ADX team creates but doesn't ship
],
"packages": {
"Microsoft.EntityFrameworkCore.FunctionalTests": {},
"Microsoft.EntityFrameworkCore.Relational.FunctionalTests": {},
"Microsoft.EntityFrameworkCore.Relational.Design.FunctionalTests": {}
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"DefaultCompositeRule"
]
}
}