TaskRunnerIsDotNetCoreBuild Property

This read-only property returns true if this is a .NET core build (dotnet.exe rather than MSBuild.exe)

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool IsDotNetCoreBuild { get; }

Property Value

Boolean

See Also