Interface AutoTestInstallDotnetStepInput

Install the .NET SDK and runtime.

interface AutoTestInstallDotnetStepInput {
    id?: string;
    version: AutoTestInstallDotnetVersion;
}

Properties

Properties

id?: string

The id of this step.

The .NET version to install.