updated cake build to include repository url
This commit is contained in:
Родитель
86757d4214
Коммит
73d1a0b972
|
@ -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" },
|
||||
|
|
Загрузка…
Ссылка в новой задаче