Summary
Custom msbuild helper extensions
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Rocket
.Surgery .Nuke - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ToolSettingsExtensions"]
class Type type-node
Syntax
public static class ToolSettingsExtensions
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Methods
Name | Value | Summary |
---|---|---|
SetBinaryLogger |
T |
Configures binary logging for MSBuild
static
|
SetBinaryLogger |
T |
Configures binary logging for MSBuild
static
|
SetDefaultLoggers |
T |
Configures binary and file logging for MSBuild
static
|
SetFileLogger |
T |
Configures a file logger for MSBuild
static
|
Set |
T |
Ensures all the gitversion values are available as environment values (GITVERISON_*)
static
|
With |
ITargetDefinition |
Call a target definition in context of a build script if the build scripts aren't setup correctly the nuke extensions will not detect them. static
|
With |
ITargetDefinition |
Call a target definition in context of a build script if the build scripts aren't setup correctly the nuke extensions will not detect them. static
|