diff --git a/build.cake b/build.cake index 5c68014..9846a83 100644 --- a/build.cake +++ b/build.cake @@ -223,6 +223,10 @@ Task("RePackageNuGet") Tags = TAGS, //Language = "en-US", OutputDirectory = OUTPUT_DIR, + Repository = new NuGetRepository { + Type = "git", + Url = GITHUB_SITE + } Files = new [] { new NuSpecContent { Source = PROJECT_DIR + "LICENSE.txt" }, new NuSpecContent { Source = PROJECT_DIR + "CHANGES.txt" },