ICompile Interface
Definition
A build which compiles code.
public interface ICompile : IHasGitVersion, IRestore, INukeBuildProperties
Compile
Gets the target to compile.
Target Compile { get; }CompileSettingsBase
Gets the default compile settings.
Configure<DotNetBuildSettings> CompileSettingsBase { get; }CompileSettings
Gets the custom compile settings.
Configure<DotNetBuildSettings> CompileSettings { get; }Methods
RunCompile()
Compiles code.
void RunCompile()RunCompileWithBinLog()
Compiles code and outputs a binlog file.
void RunCompileWithBinLog()