updated cake build to include repository url

This commit is contained in:
Maxime Rouiller 2018-08-21 12:55:53 -04:00
Родитель 86757d4214
Коммит 73d1a0b972
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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" },