jetbrains.buildServer.configs.kotlin.v10.buildSteps / nuGetInstaller

nuGetInstaller

fun BuildSteps.nuGetInstaller(base: NuGetInstallerStep? = null, init: NuGetInstallerStep.() -> Unit = {}): Unit

Adds a NuGet installer step to run nuget restore command

See Also

NuGetInstallerStep