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 Http/DotNetBuild/MSTest #750 #798

Merged
merged 1 commit into from
Mar 28, 2016

Conversation

m-ritchie
Copy link
Contributor

Reopened a new PR to squash and rebase to develop correctly (closed #790 as accidental merge/learning experience 🎱 :) )

Following have had examples added:
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)​
Cake.Common.Tools.MSTest​.MSTest(string)​
Cake.Common.Tools.MSTest​.MSTest(string, ​MSTestSettings)​
Cake.Common.Tools.MSTest​.MSTest(IEnumerable)​
Cake.Common.Tools.MSTest​.MSTest(IEnumerable, ​MSTestSettings)

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>)​
Cake.Common.Tools.MSTest​.MSTest(string)​
Cake.Common.Tools.MSTest​.MSTest(string, ​MSTestSettings)​
Cake.Common.Tools.MSTest​.MSTest(IEnumerable<FilePath>)​
Cake.Common.Tools.MSTest​.MSTest(IEnumerable<FilePath>, ​MSTestSettings)

Updated examples in HttpAliases and DotNetBuildAliases
@patriksvensson
Copy link
Member

Looks good to me! Will merge this ASAP.

Related to #750.

@patriksvensson patriksvensson merged commit f682d93 into cake-build:develop Mar 28, 2016
@patriksvensson
Copy link
Member

Great job! 👍
Thanks for your contribution!

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.

2 participants