You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public void VerifyProjectsDontHaveExtraNugetConfigs()
{
var rootPath = Path.Combine(TestSetup.DocsRootPath, "nuget.config");
new TestRunner("nuget.config", "Projects in this repo should not have their own nuget.config entries, they use the one at the repo root. The DocsEngine inserts the nuget.config file into generated zip downloads")