Closed nschonni closed 5 years ago
@divega do you know how to get this to stick given that these are generated?
@nschonni I assume this could be accomplished by not pulling the packages where all the tests specs live (e.g. anything with Microsoft.EntityFrameworkCore*Specification* in its name.
I assume there is a list of packages somewhere in this repo, but I haven't investigated and I am not super familiar with the tooling used for it.
cc @mairaw and @dendeli-msft in case they know.
There's an internal team that handles reference onboarding that can probably help with this question. I don't know well how reference docs work with published NuGet packages, because ours only works with assemblies for .NET.
We could also look into adding a filter similar to what I'm doing in PR #59. Removing the auto-generated content would be undone the next time we run CI.
@smitpatel are you going to be handling the updates for 3.0?
@mairaw - I can look into this too. I believe the issue happens because we also publish specification tests to NuGet for providers (and not for customers), and they are getting published. It would be somewhat difficult to filter them out as they live in same namespace as relevant product code they are testing.
You can also filter out some specific types.
Taken care in #63 I have got doc team to remove publishing of Spec tests packages altogether.
Related to https://github.com/MicrosoftDocs/feedback/issues/824