Reputation: 1293
I want to install a nuget package (ReportGenerator) to help collate coverage reports across various projects in a solution in Azure. Some of these projects are SQL projects with unit tests undertaken with TsqlT. However I need to add a refernce to ReportGenerator in the test sqlProj projects.
Nuget package manager doesnt seem supported;
is there anyway I can add this package as a reference?
Upvotes: 2
Views: 910