open class NuGetPackagesIndexer : BuildFeature
A build feature to index *.nupkg files in build artifacts into TeamCity NuGet Feed.
See Also
NuGetPackagesIndexer(init: NuGetPackagesIndexer.() -> Unit = {}, base: NuGetPackagesIndexer? = null) |
var feed: String?
Specifies target TeamCity NuGet feed to add indexed packages in the following format: %externalProjectId%/%feedName% |
var enabled: Boolean
Specifies whether the feature is enabled |
|
var id: String?
Build feature id, if not specified will be generated |
|
var type: String
Build feature type |