diff --git a/build.cake b/build.cake index 880dfb4b4..09a8a29cd 100644 --- a/build.cake +++ b/build.cake @@ -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 diff --git a/build/Octokit.dll b/build/Octokit.dll new file mode 100644 index 000000000..26883e499 Binary files /dev/null and b/build/Octokit.dll differ