Table of Contents

Class DotnetTasks

Namespace
Cake.Frosting.PleOps.Recipe.Dotnet
Assembly
Cake.Frosting.PleOps.Recipe.dll

Tasks to work with .NET projects.

public static class DotnetTasks
Inheritance
DotnetTasks
Inherited Members

Remarks

Not supported actions:

  • InstallSdkTaskName: assummed to be installed as the orchestrator is a .NET project.

Fields

BuildTaskName

Gets the name of the build task.

public const string BuildTaskName = "PleOps.Recipe.Dotnet.Build"

Field Value

string

BundleAppsTaskName

Gets the name of the bundle applications task.

public const string BundleAppsTaskName = "PleOps.Recipe.Dotnet.BundleApplications"

Field Value

string

BundleNuGetsTaskName

Gets the name of the bundle NuGets task.

public const string BundleNuGetsTaskName = "PleOps.Recipe.Dotnet.BundleNuGets"

Field Value

string

DeployNuGetTaskName

Gets the name of the deploy NuGet task.

public const string DeployNuGetTaskName = "PleOps.Recipe.Dotnet.DeployNuGet"

Field Value

string

ModuleName

Gets the module name.

public const string ModuleName = "PleOps.Recipe.Dotnet"

Field Value

string

RestoreTaskName

Gets the name of the restore dependencies task.

public const string RestoreTaskName = "PleOps.Recipe.Dotnet.Restore"

Field Value

string

TestTaskName

Gets the name of the test task.

public const string TestTaskName = "PleOps.Recipe.Dotnet.Tests"

Field Value

string