Updated NuGetPackageVerifier.json to add exclusion for Microsoft.AspNetCore.Server.IntegrationTesting
This commit is contained in:
parent
f1a59d030e
commit
0822dd74ac
|
|
@ -1,7 +1,15 @@
|
||||||
{
|
{
|
||||||
"Default": {
|
"nonshipping": {
|
||||||
"rules": [
|
"rules": [
|
||||||
"DefaultCompositeRule"
|
// Don't run any rules for packages that don't ship.
|
||||||
]
|
],
|
||||||
|
"packages": {
|
||||||
|
"Microsoft.AspNetCore.Server.IntegrationTesting": {}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"Default": {
|
||||||
|
"rules": [
|
||||||
|
"DefaultCompositeRule"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue