Skip to content

Commit

Permalink
Merge pull request #10 from mattleibow/updates
Browse files Browse the repository at this point in the history
Some More Changes
  • Loading branch information
mattleibow committed Mar 14, 2016
2 parents cc1cf25 + 11da6ed commit 43d83c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ as Xamarin.Forms.
[nuget]: https://www.nuget.org/packages/Xamarin.Microsoft.Band.Native
[nuget-pcl]: https://www.nuget.org/packages/Xamarin.Microsoft.Band
[store-pcl]: https://components.xamarin.com/view/microsoft-band-sdk
[t-img]: https://travis-ci.org/mattleibow/Microsoft-Band-SDK-Bindings.svg?branch=travis-ci
[t-img]: https://travis-ci.org/mattleibow/Microsoft-Band-SDK-Bindings.svg?branch=master
[t-link]: https://travis-ci.org/mattleibow/Microsoft-Band-SDK-Bindings
[a-img]: https://ci.appveyor.com/api/projects/status/d35thffd9htg4wke/branch/travis-ci?svg=true
[a-img]: https://ci.appveyor.com/api/projects/status/d35thffd9htg4wke/branch/master?svg=true
[a-link]: https://ci.appveyor.com/project/mattleibow/microsoft-band-sdk-bindings
1 change: 1 addition & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ Task("Download")
if (ForWindowsOnly) {
Information("Connecting to GitHub...");
var client = new GitHubClient(new ProductHeaderValue("msband-sdk-ci"));
Information("GitHubToken: {0}", string.IsNullOrEmpty(GitHubToken));
client.Credentials = new Credentials(GitHubToken);

Information("Loading releases...");
Expand Down

0 comments on commit 43d83c8

Please sign in to comment.