2

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;

enter image description here

is there anyway I can add this package as a reference?

Brandon McClure
  • 1,329
  • 1
  • 11
  • 32
James Cooke
  • 1,221
  • 1
  • 14
  • 27
  • 1
    I removed the tag since this isn't really related to the SQL language. – jarlh Jul 22 '20 at 09:44
  • I'm pretty sure that there is no way of achieving that with sql projects. If there is something that can meet your needs I'll start looking at Ed Elliot blog. https://the.agilesql.club – Dmitrij Kultasev Jul 23 '20 at 07:17
  • It seems like the solution would be to run ReportGenerator standalone as part of your build pipeline rather than packaging it in the project, but without more context it's hard to know whether this is applicable. – Ed Harper Jul 27 '20 at 07:58

0 Answers0