Add temporary NPV exception

This commit is contained in:
Ryan Brandenburg 2017-05-30 09:52:51 -07:00
parent 85d712251d
commit eb4be67863
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@
"exclusions":{
"BUILD_ITEMS_FRAMEWORK": {
"*": "This is an MSBuild task intended to run through dotnet msbuild /t:Target independently of whether your project targets full framework or .net core."
},
"THIRDPARTY_DEPENDENCY_NOT_REGISTERED": {
"*": "Temporary exception while waiting for Coherence-Signed to get a new version of NugetPackageVerifier."
}
}
}