TaskRunnerIsDotNetCoreBuild Property
This read-only property returns true if this is a .NET core build (dotnet.exe rather than MSBuild.exe)
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public bool IsDotNetCoreBuild { get; }
Public ReadOnly Property IsDotNetCoreBuild As Boolean
Get
public:
property bool IsDotNetCoreBuild {
bool get ();
}
member IsDotNetCoreBuild : bool with get
Property Value
Boolean