Interface AutoTestInstallDotnetStepOutput

Install the .NET SDK and runtime.

interface AutoTestInstallDotnetStepOutput {
    id: string;
    version: AutoTestInstallDotnetVersion;
}

Properties

Properties

id: string

The id of this step.

The .NET version to install.