Class DotnetTasks
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
BundleAppsTaskName
Gets the name of the bundle applications task.
public const string BundleAppsTaskName = "PleOps.Recipe.Dotnet.BundleApplications"
Field Value
BundleNuGetsTaskName
Gets the name of the bundle NuGets task.
public const string BundleNuGetsTaskName = "PleOps.Recipe.Dotnet.BundleNuGets"
Field Value
DeployNuGetTaskName
Gets the name of the deploy NuGet task.
public const string DeployNuGetTaskName = "PleOps.Recipe.Dotnet.DeployNuGet"
Field Value
ModuleName
Gets the module name.
public const string ModuleName = "PleOps.Recipe.Dotnet"
Field Value
RestoreTaskName
Gets the name of the restore dependencies task.
public const string RestoreTaskName = "PleOps.Recipe.Dotnet.Restore"
Field Value
TestTaskName
Gets the name of the test task.
public const string TestTaskName = "PleOps.Recipe.Dotnet.Tests"