- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Rocket
.Surgery .Nuke - Implementing Types
Syntax
public interface IRocketBoosterBuild
Attributes
| Type | Description |
|---|---|
| Nullable |
Properties
| Name | Value | Summary |
|---|---|---|
| ArtifactsDirectory | AbsolutePath |
The directory where artifacts are to be dropped
|
| BuildVersion | Target |
prints the build information.
|
| Clean | Target |
clean all artifact directories
|
| CoverageDirectory | AbsolutePath |
The directory where coverage artifacts are to be dropped
|
| Force | bool |
Force a clean build, otherwise leave some incremental build pieces
|
| Generate_ |
Target |
This will generate code coverage reports from emitted coverage data
|
| GenerateReadme | Target |
Loops through the Readme to update sections that are automated to give nuget packages, build histories and more, while
keeping the rest of the readme correct.
|
| GitRepository | GitRepository |
The Git Repository currently being built
|
| GitVersion | GitVersion |
The Git Version information either computed by GitVersion itself, or as defined by environment variables of the format
`GITVERSION_*`
|
| LogsDirectory | AbsolutePath |
The directory where logs will be placed
|
| Nu |
AbsolutePath |
The directory where nuget packages will be placed
|
| OutputDirectory | AbsolutePath |
The directory where packaged output should be placed (zip, webdeploy, etc)
|
| PublishDirectory | AbsolutePath |
The directory where publish output should be placed
|
| Readme | ReadmeUpdater |
The readme updater that ensures that all the badges are in sync.
|
| SampleDirectory | AbsolutePath |
The directory where samples will be placed
|
| Solution | Solution |
The solution currently being build
|
| SourceDirectory | AbsolutePath |
The directory where sources will be placed
|
| TemplatesDirectory | AbsolutePath |
The directory where templates will be placed
|
| TestDirectory | AbsolutePath |
The directory where tests will be placed
|
| TestResultsDirectory | AbsolutePath |
The directory where test results will be placed
|
| TestsDirectory | AbsolutePath |
The directory where tests will be placed
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
