-
-
Notifications
You must be signed in to change notification settings - Fork 732
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
Add DotNetAddPackage alias for dotnet add package command #4195
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add an integration test here to
https://github.com/cake-build/cake/blob/6be615392ac27b52d979b5284993f84f175c7201/tests/integration/Cake.Common/Tools/DotNet/DotNetAliases.cake
Could use XmlPeek to verify package added, similar to
var value = XmlPeek( |
4ca7587
to
6648a94
Compare
changed the package in the las commit because it doesn't work for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@Marusyk your changes have been merged, thanks for your contribution 👍 |
Add an alias for dotnet add package command
Fixes #4187
Please review
Thank you in advance