-
Notifications
You must be signed in to change notification settings - Fork 109
Fix #220, normalize task names/descriptions to have both the long and short name in all cases #237
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
Conversation
| "name": "CloudFormationDeleteStack", | ||
| "friendlyName": "AWS CloudFormation Delete Stack", | ||
| "description": "Deletes an AWS CloudFormation stack.", | ||
| "description": "Deletes a AWS CloudFormation stack.", |
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.
The changes to "a AWS" in this PR seem odd to me.
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.
I got a little to excited about a vs an, reverted this change (and looking over the other changes)
Codecov Report
@@ Coverage Diff @@
## master #237 +/- ##
=======================================
Coverage 45.81% 45.81%
=======================================
Files 49 49
Lines 1936 1936
Branches 280 280
=======================================
Hits 887 887
Misses 1047 1047
Partials 2 2Continue to review full report at Codecov.
|
…erlla/normalizeTaskNames
…erlla/normalizeTaskNames
Tasks/LambdaInvokeFunction/task.json
Outdated
| "name": "LambdaInvokeFunction", | ||
| "friendlyName": "AWS Lambda Invoke Function", | ||
| "description": "Invokes a AWS Lambda function", | ||
| "description": "Invokes a Lambda function", |
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.
Please restore the AWS prefix
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.
Done
…erlla/normalizeTaskNames
…s-vsts-tools into werlla/normalizeTaskNames
Types of changes
Description
Motivation and Context
Related Issue(s), If Filed
fix #220
Testing
Checklist
npm run fullBuildsucceedsLicense
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.