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