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

dotnetVsTest

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

Adds a .NET vstest step to run .NET VSTest

See Also

DotnetVsTestStep