fun BuildSteps.dotnetPack(base: DotnetPackStep? = null, init: DotnetPackStep.() -> Unit = {}): Unit
Adds a dotnet pack step to run .NET CLI command
See Also
DotnetPackStep