open class NuGetFeed : ProjectFeature
Project feature enabling TeamCity NuGet feed
See Also
NuGetFeed(init: NuGetFeed.() -> Unit = {}, base: NuGetFeed? = null) |
var description: String?
The feed description |
|
var indexPackages: Boolean?
Enables indexing NuGet packages into feed produced by builds in this project and all subprojects |
|
var name: String?
The feed name |
var id: String?
Project feature id, if not specified will be generated |
|
var type: String
Project feature type |