fun BuildSteps.nuGetPack(base: NuGetPackStep? = null, init: NuGetPackStep.() -> Unit = {}): Unit
Adds a NuGet pack step to run nuget pack command
See Also
NuGetPackStep