Summary
Publish issue artifacts to build server.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe - Base Types
-
- FrostingTask
<IIssuesContext>
- FrostingTask
graph BT
Type-->Base0["FrostingTask<IIssuesContext>"]
Type["PublishIssuesArtifactsTask"]
class Type type-node
Syntax
public sealed class PublishIssuesArtifactsTask : FrostingTask<IIssuesContext>
Attributes
Type | Description |
---|---|
TaskNameAttribute | |
Is |
Constructors
Name | Summary |
---|---|
Publish |
Methods
Name | Value | Summary |
---|---|---|
Run |
void | |
ShouldRun |
bool |
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|