Skip to content

Commit

Permalink
Use our custom version of Octokit due to problem with http timeout
Browse files Browse the repository at this point in the history
because offical one has a http request timeout of 100s preventing upload of github release asset :(
octokit/octokit.net#963
  • Loading branch information
pmiossec committed Oct 10, 2017
1 parent d754333 commit ae0b565
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#tool "nuget:?package=GitVersion.CommandLine"
#tool "nuget:?package=xunit.runner.console"
#r "./tools/Octokit/lib/net45/Octokit.dll"
#r "./build/Octokit.dll" //Use our custom version because offical one has a http request timeout of 100s preventing upload of github release asset :( https://github.com/octokit/octokit.net/issues/963

//////////////////////////////////////////////////////////////////////
// ARGUMENTS
Expand Down
Binary file added build/Octokit.dll
Binary file not shown.

0 comments on commit ae0b565

Please sign in to comment.