ApplicationInspector icon indicating copy to clipboard operation
ApplicationInspector copied to clipboard

Pipeline Test to ensure Library/Tool nupkg are consumable

Open gfs opened this issue 4 years ago • 1 comments

We hit an issue where we could pass all our tests and successfully build a nupkg that no one could use. We should add a test to each of our projects in the build that checks that the result objects are consumable as nupkgs.

Tools you can test with dotnet tool install https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-tool-install

Libraries you can test with dotnet add https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-add-package

gfs avatar May 28 '20 21:05 gfs