EnvironmentOptions.

DotnetExePath Property

Summary

The full path to the dotnet executable you want to use for the build when building projects using the .NET Core SDK. Defaults to dotnet which will look in folders specified in the path environment variable.
Namespace
Buildalyzer.Environment
Containing Type
EnvironmentOptions

Syntax

public string DotnetExePath { get; set; }

Remarks

Set this to something else to customize the .NET Core runtime you want to use (I.e., preview versions).

Value

Type Description
string