From 73d1a0b972fd5c6edf35034fe26f028a2434613c Mon Sep 17 00:00:00 2001 From: Maxime Rouiller Date: Tue, 21 Aug 2018 12:55:53 -0400 Subject: [PATCH] updated cake build to include repository url --- build.cake | 4 ++++ 1 file changed, 4 insertions(+) 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" },