Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline Test to ensure Library/Tool nupkg are consumable #224

Open
gfs opened this issue May 28, 2020 · 1 comment
Open

Pipeline Test to ensure Library/Tool nupkg are consumable #224

gfs opened this issue May 28, 2020 · 1 comment
Assignees
Labels
pipeline Related to the build pipeline

Comments

@gfs
Copy link
Contributor

gfs commented May 28, 2020

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 gfs added the pipeline Related to the build pipeline label May 28, 2020
@gfs
Copy link
Contributor Author

gfs commented May 28, 2020

@daalcant create separate issues in each product repo if you want to track separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pipeline Related to the build pipeline
Projects
None yet
Development

No branches or pull requests

2 participants