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

Alias examples for Net/Tools added - issue #750 #790

Closed
wants to merge 4 commits into from

Conversation

m-ritchie
Copy link
Contributor

I've completed the following example entries as per #750 and I'd like a sanity/formatting check on these before continuing down the list:

Cake.Common.Net​.DownloadFile(string)​
Cake.Common.Net​.DownloadFile(Uri)​
Cake.Common.Net​.DownloadFile(string, ​FilePath)​
Cake.Common.Net​.DownloadFile(Uri, ​FilePath)​
Cake.Common.Tools​.DotNetBuild(FilePath)
Cake.Common.Tools​.DotNetBuild(FilePath, ​Action)

I believe the Start Process entry at the top of #750 list can be ticked too as it has an example already?

Thanks.

Cake.Common.Net​.DownloadFile(string)​
Cake.Common.Net​.DownloadFile(Uri)​
Cake.Common.Net​.DownloadFile(string, ​FilePath)​
Cake.Common.Net​.DownloadFile(Uri, ​FilePath)​
Cake.Common.Tools​.DotNetBuild(FilePath)
Cake.Common.Tools​.DotNetBuild(FilePath, ​Action<DotNetBuildSettings>)
@devlead
Copy link
Member

devlead commented Mar 27, 2016

@UnbelievablyRitchie looks good to me, could you squash commits and rebase against latest develop.

@m-ritchie
Copy link
Contributor Author

Still learning git and managed to completely knacker this PR with an accidental merge instead of squash/rebase. Apologies. Do you want me to close and i'll reopen a new PR once sorted? ta.

@gep13
Copy link
Member

gep13 commented Mar 28, 2016

@UnbelievablyRitchie not a problem at all. When submitting to feedback on a PR, hopefully the steps outlined here can help:

https://github.com/cake-build/cake/blob/develop/CONTRIBUTING.md#respond-to-feedback-on-pull-request

If not, we can extend the documentation if there is something that isn't clear.

@m-ritchie m-ritchie deleted the feature/GH750 branch April 2, 2016 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants