Summary
Acts as a context providing info about the overall build following its completion.
- Namespace
- Cake
.Core - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["ICakeContext"]
click Interface0 "/api/Cake.Core/ICakeContext"
Type["ITeardownContext"]
class Type type-node
Implementing0["TeardownContext"]-.->Type
click Implementing0 "/api/Cake.Core/TeardownContext"
Syntax
public interface ITeardownContext : ICakeContext
Properties
Name | Value | Summary |
---|---|---|
Successful | bool |
Gets a value indicating whether this build was successful.
|
ThrownException | Exception |
Gets the exception that was thrown by the target.
|
Extension Methods
Name | Value | Summary |
---|---|---|
AppVeyor |
IAppVeyorProvider |
Gets a
AppVeyorProvider instance that can
be used to manipulate the AppVeyor environment.
From BuildSystemAliases
|
Argument |
T |
Gets an argument and returns the provided defaultValue if the argument is missing.
From ArgumentAliases
|
Argument |
T |
Gets an argument and throws if the argument is missing.
From ArgumentAliases
|
Arguments |
IDictionary |
Retrieves all command line arguments.
From ArgumentAliases
|
Arguments |
ICollection |
Gets all arguments with the specific name, evaluates and returns the
provided defaultValues if the argument is missing.
From ArgumentAliases
|
Arguments |
ICollection |
Gets all arguments with the specific name and returns the
provided defaultValues if the argument is missing.
From ArgumentAliases
|
Arguments |
ICollection |
Gets all arguments with the specific name and returns the
provided defaultValue if the argument is missing.
From ArgumentAliases
|
Arguments |
ICollection |
Gets all arguments with the specific name and throws if the argument is missing.
From ArgumentAliases
|
AzurePipelines |
I |
Gets a
AzurePipelinesProvider instance that can be used to
obtain information from the Azure Pipelines environment.
From BuildSystemAliases
|
Bamboo |
IBambooProvider |
Gets a
BambooProvider instance that can
be used to manipulate the Bamboo environment.
From BuildSystemAliases
|
BitbucketPipelines |
I |
Gets a
BitbucketPipelinesProvider instance that can be used to
obtain information from the Bitbucket Pipelines environment.
From BuildSystemAliases
|
Bitrise |
IBitriseProvider |
Gets a
BitriseProvider instance that can be used to
obtain information from the Bitrise environment.
From BuildSystemAliases
|
BuildSystem |
BuildSystem |
Gets a
BuildSystem instance that can
be used to query for information about the current build system.
From BuildSystemAliases
|
Cake |
void |
Executes Cake expression out of process.
From CakeAliases
|
Cake |
void |
Executes Cake expression out of process.
From CakeAliases
|
CakeExecuteScript |
void |
Executes cake script out of process.
From CakeAliases
|
CakeExecuteScript |
void |
Executes cake script out of process.
From CakeAliases
|
Calculate |
DirectoryHash |
Calculates the hash for a given directory.
From SecurityAliases
|
Calculate |
DirectoryHash |
Calculates the hash for a given directory.
From SecurityAliases
|
Calculate |
DirectoryHash |
Calculates the hash for a given directory using the default (SHA256) algorithm.
From SecurityAliases
|
Calculate |
DirectoryHash |
Calculates the hash for a given directory using the default (SHA256) algorithm.
From SecurityAliases
|
CalculateFileHash |
FileHash |
Calculates the hash for a given file.
From SecurityAliases
|
CalculateFileHash |
FileHash |
Calculates the hash for a given file using the default (SHA256) algorithm.
From SecurityAliases
|
ChocolateyAddSource |
void |
Adds Chocolatey package source using the specified name, source & settings to global user config.
From ChocolateyAliases
|
ChocolateyAddSource |
void |
Adds Chocolatey package source using the specified name &source to global user config.
From ChocolateyAliases
|
ChocolateyApiKey |
void |
Sets the Api Key for a Chocolatey Source using the specified settings.
From ChocolateyAliases
|
ChocolateyConfig |
void |
Sets the config parameter using the specified settings.
From ChocolateyAliases
|
Chocolatey |
void |
Disables a Chocolatey Feature using the specified name and settings.
From ChocolateyAliases
|
Chocolatey |
void |
Disables a Chocolatey Feature using the specified name.
From ChocolateyAliases
|
Chocolatey |
void |
Disables a Chocolatey Source using the specified name and settings.
From ChocolateyAliases
|
Chocolatey |
void |
Disables a Chocolatey Source using the specified name.
From ChocolateyAliases
|
ChocolateyDownload |
void |
Downloads a Chocolatey package using the specified settings.
Requires Chocolatey licensed edition.
Features requiring Chocolatey for Business or a minimum version are documented
in
ChocolateyDownloadSettings .
From ChocolateyAliases
|
ChocolateyDownload |
void |
Downloads a Chocolatey package to the current working directory.
Requires Chocolatey licensed edition.
From ChocolateyAliases
|
Chocolatey |
void |
Enables a Chocolatey Feature using the specified name and settings.
From ChocolateyAliases
|
Chocolatey |
void |
Enables a Chocolatey Feature using the specified name.
From ChocolateyAliases
|
Chocolatey |
void |
Enables a Chocolatey Source using the specified name and settings.
From ChocolateyAliases
|
Chocolatey |
void |
Enables a Chocolatey Source using the specified name.
From ChocolateyAliases
|
ChocolateyExport |
void |
Exports the currently installed Chocolatey packages using the specified settings.
From ChocolateyAliases
|
ChocolateyExport |
void |
Exports the currently installed Chocolatey packages to a packages.config file in the current working directory.
From ChocolateyAliases
|
ChocolateyInstall |
void |
Installs a Chocolatey package using the specified settings.
From ChocolateyAliases
|
ChocolateyInstall |
void |
Installs a Chocolatey package.
From ChocolateyAliases
|
Chocolatey |
void |
Installs Chocolatey packages using the specified package configuration and settings.
From ChocolateyAliases
|
Chocolatey |
void |
Installs Chocolatey packages using the specified package configuration.
From ChocolateyAliases
|
ChocolateyNew |
void |
Generate package specification files for a new package using the specified settings.
From ChocolateyAliases
|
ChocolateyNew |
void |
Generate package specification files for a new package using the default settings.
From ChocolateyAliases
|
ChocolateyPack |
void |
Creates a Chocolatey package using the specified settings.
From ChocolateyAliases
|
ChocolateyPack |
void |
Creates a Chocolatey package using the specified Nuspec file.
From ChocolateyAliases
|
ChocolateyPack |
void |
Creates Chocolatey packages using the specified Nuspec files.
From ChocolateyAliases
|
ChocolateyPin |
void |
Pins a Chocolatey package using the specified settings.
From ChocolateyAliases
|
ChocolateyPush |
void |
Pushes a Chocolatey package to a Chocolatey server and publishes it.
From ChocolateyAliases
|
ChocolateyPush |
void |
Pushes Chocolatey packages to a Chocolatey server and publishes them.
From ChocolateyAliases
|
Chocolatey |
void |
Removes Chocolatey package source using the specified name, source & settings from global user config.
From ChocolateyAliases
|
Chocolatey |
void |
Removes Chocolatey package source using the specified name & source from global user config.
From ChocolateyAliases
|
ChocolateyUninstall |
void |
Uninstalls Chocolatey packages using the specified settings.
From ChocolateyAliases
|
ChocolateyUninstall |
void |
Uninstalls a Chocolatey package.
From ChocolateyAliases
|
ChocolateyUninstall |
void |
Uninstalls a Chocolatey package using the specified settings.
From ChocolateyAliases
|
ChocolateyUninstall |
void |
Uninstalls a Chocolatey package.
From ChocolateyAliases
|
ChocolateyUpgrade |
void |
Upgrades Chocolatey package using the specified settings.
From ChocolateyAliases
|
ChocolateyUpgrade |
void |
Upgrades Chocolatey package.
From ChocolateyAliases
|
CleanDirectories |
void |
Cleans the directories matching the specified pattern.
Cleaning the directory will remove all its content but not the directory itself.
From DirectoryAliases
|
CleanDirectories |
void |
Cleans the directories matching the specified pattern.
Cleaning the directory will remove all its content but not the directory itself.
From DirectoryAliases
|
CleanDirectories |
void |
Cleans the directories matching the specified pattern.
Cleaning the directory will remove all its content but not the directory itself.
From DirectoryAliases
|
CleanDirectories |
void |
Cleans the directories matching the specified pattern.
Cleaning the directory will remove all its content but not the directory itself.
From DirectoryAliases
|
CleanDirectories |
void |
Cleans the specified directories.
Cleaning a directory will remove all its content but not the directory itself.
From DirectoryAliases
|
CleanDirectories |
void |
Cleans the specified directories.
Cleaning a directory will remove all its content but not the directory itself.
From DirectoryAliases
|
CleanDirectories |
void |
Cleans the specified directories.
Cleaning a directory will remove all its content but not the directory itself.
From DirectoryAliases
|
CleanDirectories |
void |
Cleans the specified directories.
Cleaning a directory will remove all its content but not the directory itself.
From DirectoryAliases
|
CleanDirectory |
void |
Cleans the specified directory.
From DirectoryAliases
|
CleanDirectory |
void |
Cleans the specified directory.
From DirectoryAliases
|
CleanDirectory |
void |
Cleans the specified directory.
From DirectoryAliases
|
CleanDirectory |
void |
Cleans the specified directory.
From DirectoryAliases
|
Command |
void |
Executes a generic command based on arguments and settings.
From CommandAliases
|
Command |
int |
Executes a generic tool/process based on arguments, settings and redirects standard output.
From CommandAliases
|
Command |
int |
Executes a generic tool/process based on arguments and settings.
From CommandAliases
|
Command |
void |
Executes a generic tool/process based on arguments and settings.
From CommandAliases
|
Command |
int |
Executes a generic tool/process based on arguments, tool executable names and redirects standard output.
From CommandAliases
|
Command |
int |
Executes a generic tool/process based on arguments, settings, redirects standard output and standard error.
From CommandAliases
|
ContinuaCI |
IContinuaCIProvider |
Gets a
ContinuaCIProvider instance that can
be used to manipulate the Continua CI environment.
From BuildSystemAliases
|
CopyDirectory |
void |
Copies the contents of a directory, including subdirectories to the specified location.
From DirectoryAliases
|
CopyFile |
void |
Copies an existing file to a new file, providing the option to specify a new file name.
From FileAliases
|
CopyFiles |
void |
Copies all files matching the provided pattern to a new location.
From FileAliases
|
CopyFiles |
void |
Copies all files matching the provided pattern to a new location.
From FileAliases
|
CopyFiles |
void |
Copies existing files to a new location.
From FileAliases
|
CopyFiles |
void |
Copies existing files to a new location.
From FileAliases
|
CopyFiles |
void |
Copies existing files to a new location.
From FileAliases
|
CopyFiles |
void |
Copies existing files to a new location.
From FileAliases
|
CopyFileToDirectory |
void |
Copies an existing file to a new location.
From FileAliases
|
CreateAssemblyInfo |
void |
Creates an assembly information file.
From AssemblyInfoAliases
|
CreateDirectory |
void |
Creates the specified directory.
From DirectoryAliases
|
Debug |
void |
Writes a debug message to the log using the specified log message action.
Evaluation message only if verbosity same or more verbose.
From LoggingAliases
|
Debug |
void |
Writes a debug message to the log using the specified value.
From LoggingAliases
|
Debug |
void |
Writes a debug message to the log using the specified format information.
From LoggingAliases
|
Debug |
void |
Writes a debug message to the log using the specified string value.
From LoggingAliases
|
DeleteDirectories |
void |
Deletes the specified directories.
From DirectoryAliases
|
DeleteDirectories |
void |
Deletes the specified directories.
From DirectoryAliases
|
DeleteDirectory |
void |
Deletes the specified directory.
From DirectoryAliases
|
DeleteFile |
void |
Deletes the specified file.
From FileAliases
|
DeleteFiles |
void |
Deletes the specified files.
From FileAliases
|
DeleteFiles |
void |
Deletes the specified files.
From FileAliases
|
DiagnosticVerbosity |
IDisposable |
Sets the log verbosity to diagnostic and returns a disposable that restores the log verbosity on dispose.
From LoggingAliases
|
Directory |
Convertable |
Gets a directory path from string.
From DirectoryAliases
|
DirectoryExists |
bool |
Determines whether the given path refers to an existing directory.
From DirectoryAliases
|
DotCoverAnalyse |
void |
Runs DotCover Analyse
for the specified action and settings.
From DotCoverAliases
|
DotCoverCover |
void |
Runs DotCover Cover
for the specified action and settings.
From DotCoverAliases
|
DotCoverMerge |
void |
Runs DotCover Merge
for the specified action and settings.
From DotCoverAliases
|
DotCoverMerge |
void |
Runs DotCover Merge
for the specified action and settings.
From DotCoverAliases
|
DotCoverReport |
void |
Runs DotCover Report
for the specified action and settings.
From DotCoverAliases
|
DotNetAddPackage |
void |
Adds or updates a package reference in a project file.
From DotNetAliases
|
DotNetAddPackage |
void |
Adds or updates a package reference in a project file.
From DotNetAliases
|
DotNetAddPackage |
void |
Adds or updates a package reference in a project file.
From DotNetAliases
|
DotNetAddPackage |
void |
Adds or updates a package reference in a project file.
From DotNetAliases
|
DotNetAddReference |
void |
Adds project-to-project (P2P) references.
From DotNetAliases
|
DotNetAddReference |
void |
Adds project-to-project (P2P) references.
From DotNetAliases
|
DotNetAddReference |
void |
Adds project-to-project (P2P) references.
From DotNetAliases
|
DotNetAddReference |
void |
Adds project-to-project (P2P) references.
From DotNetAliases
|
DotNetBuild |
void |
Build all projects.
From DotNetAliases
|
DotNetBuild |
void |
Build all projects.
From DotNetAliases
|
Dot |
void |
Shuts down build servers that are started from dotnet.
From DotNetAliases
|
Dot |
void |
Shuts down build servers that are started from dotnet.
From DotNetAliases
|
DotNetClean |
void |
Cleans a project's output.
From DotNetAliases
|
DotNetClean |
void |
Cleans a project's output.
From DotNetAliases
|
DotNetExecute |
void |
Execute an assembly with arguments in the specific path with settings.
From DotNetAliases
|
DotNetExecute |
void |
Execute an assembly with arguments in the specific path.
From DotNetAliases
|
DotNetExecute |
void |
Execute an assembly.
From DotNetAliases
|
DotNetFormat |
void |
Formats code to match editorconfig settings.
From DotNetAliases
|
DotNetFormat |
void |
Formats code to match editorconfig settings.
From DotNetAliases
|
Dot |
void |
Format code to match editorconfig settings for analyzers.
From DotNetAliases
|
Dot |
void |
Format code to match editorconfig settings for analyzers.
From DotNetAliases
|
DotNetFormatStyle |
void |
Format code to match editorconfig settings for code style.
From DotNetAliases
|
DotNetFormatStyle |
void |
Format code to match editorconfig settings for code style.
From DotNetAliases
|
Dot |
void |
Format code to match editorconfig settings for whitespace.
From DotNetAliases
|
Dot |
void |
Format code to match editorconfig settings for whitespace.
From DotNetAliases
|
DotNetListPackage |
DotNetPackageList |
Lists the package references for a project or solution.
From DotNetAliases
|
DotNetListPackage |
DotNetPackageList |
Lists the package references for a project or solution.
From DotNetAliases
|
DotNetListPackage |
DotNetPackageList |
Lists the package references for a project or solution.
From DotNetAliases
|
DotNetListReference |
IEnumerable |
Lists project-to-project references.
From DotNetAliases
|
DotNetListReference |
IEnumerable |
Lists project-to-project references.
From DotNetAliases
|
DotNetListReference |
IEnumerable |
Lists project-to-project references.
From DotNetAliases
|
DotNetMSBuild |
void |
Builds the specified targets in a project file found in the current working directory.
From DotNetAliases
|
DotNetMSBuild |
void |
Builds the specified targets in the project file.
From DotNetAliases
|
DotNetMSBuild |
void |
Builds the specified targets in the project file.
From DotNetAliases
|
DotNetMSBuild |
void |
Builds the specified targets in a project file found in the current working directory.
From DotNetAliases
|
DotNetNuGetAddSource |
void |
Add the specified NuGet source.
From DotNetAliases
|
DotNetNuGetDelete |
void |
Deletes a package from a server using the specified settings.
From DotNetAliases
|
DotNetNuGetDelete |
void |
Deletes a package from a server.
From DotNetAliases
|
DotNetNuGetDelete |
void |
Deletes a package from a server using the specified settings.
From DotNetAliases
|
DotNetNuGetDelete |
void |
Deletes a specific version of a package from nuget.org.
From DotNetAliases
|
DotNetNuGetDelete |
void |
Deletes a package from nuget.org.
From DotNetAliases
|
DotNetNuGetDelete |
void |
Delete a NuGet Package from a server.
From DotNetAliases
|
Dot |
void |
Disable the specified NuGet source.
From DotNetAliases
|
Dot |
void |
Disable the specified NuGet source.
From DotNetAliases
|
Dot |
void |
Enable the specified NuGet source.
From DotNetAliases
|
Dot |
void |
Enable the specified NuGet source.
From DotNetAliases
|
DotNetNuGetHasSource |
bool |
Determines whether the specified NuGet source exists.
From DotNetAliases
|
DotNetNuGetHasSource |
bool |
Determines whether the specified NuGet source exists.
From DotNetAliases
|
DotNetNuGetPush |
void |
Pushes one or more packages to a server using the specified settings.
From DotNetAliases
|
DotNetNuGetPush |
void |
Pushes one or more packages to a server.
From DotNetAliases
|
Dot |
void |
Remove the specified NuGet source.
From DotNetAliases
|
Dot |
void |
Remove the specified NuGet source.
From DotNetAliases
|
Dot |
void |
Update the specified NuGet source.
From DotNetAliases
|
DotNetPack |
void |
Package all projects.
From DotNetAliases
|
DotNetPack |
void |
Package all projects.
From DotNetAliases
|
DotNetPublish |
void |
Publish all projects.
From DotNetAliases
|
DotNetPublish |
void |
Publish all projects.
From DotNetAliases
|
DotNetRemovePackage |
void |
Removes package reference from a project file.
From DotNetAliases
|
DotNetRemovePackage |
void |
Removes package reference from a project file.
From DotNetAliases
|
Dot |
void |
Removes project-to-project (P2P) references.
From DotNetAliases
|
Dot |
void |
Removes project-to-project (P2P) references.
From DotNetAliases
|
Dot |
void |
Removes project-to-project (P2P) references.
From DotNetAliases
|
Dot |
void |
Removes project-to-project (P2P) references.
From DotNetAliases
|
DotNetRestore |
void |
Restore all NuGet Packages with the settings.
From DotNetAliases
|
DotNetRestore |
void |
Restore all NuGet Packages in the specified path with settings.
From DotNetAliases
|
DotNetRestore |
void |
Restore all NuGet Packages in the specified path.
From DotNetAliases
|
DotNetRestore |
void |
Restore all NuGet Packages.
From DotNetAliases
|
DotNetRun |
void |
Run project with settings.
From DotNetAliases
|
DotNetRun |
void |
Run project with settings.
From DotNetAliases
|
DotNetRun |
void |
Run project with path and arguments.
From DotNetAliases
|
DotNetRun |
void |
Run project.
From DotNetAliases
|
DotNetRun |
void |
Run all projects.
From DotNetAliases
|
DotNetSDKCheck |
void |
Lists the latest available version of the .NET SDK and .NET Runtime.
From DotNetAliases
|
DotNetSearchPackage |
IEnumerable |
List packages on available from source using specified settings.
From DotNetAliases
|
DotNetSearchPackage |
IEnumerable |
List packages on available from source using specified settings.
From DotNetAliases
|
DotNetSearchPackage |
IEnumerable |
List packages on available from source using specified settings.
From DotNetAliases
|
DotNetSlnAdd |
void |
Adds one or more projects to the solution file.
From DotNetAliases
|
DotNetSlnAdd |
void |
Adds one or more projects to the solution file.
From DotNetAliases
|
DotNetSlnAdd |
void |
Adds one or more projects to the solution file.
From DotNetAliases
|
DotNetSlnAdd |
void |
Adds one or more projects to the solution file.
From DotNetAliases
|
DotNetSlnList |
IEnumerable |
Lists all projects in a solution file.
From DotNetAliases
|
DotNetSlnList |
IEnumerable |
Lists all projects in a solution file.
From DotNetAliases
|
DotNetSlnList |
IEnumerable |
Lists all projects in a solution file.
From DotNetAliases
|
DotNetTest |
void |
Test project with settings.
From DotNetAliases
|
DotNetTest |
void |
Test project with settings.
From DotNetAliases
|
DotNetTest |
void |
Test project with path.
From DotNetAliases
|
DotNetTest |
void |
Test project.
From DotNetAliases
|
DotNetTool |
void |
Execute an .NET Core Extensibility Tool.
From DotNetAliases
|
DotNetTool |
void |
Execute an .NET Core Extensibility Tool.
From DotNetAliases
|
DotNetTool |
void |
Execute an .NET Core Extensibility Tool.
From DotNetAliases
|
DotNetTool |
void |
Execute an .NET Core Extensibility Tool.
From DotNetAliases
|
DotNetTool |
void |
Execute an .NET Core Extensibility Tool.
From DotNetAliases
|
DotNetVSTest |
void |
Test one or more projects specified by a path or glob pattern with settings using the VS Test host runner.
From DotNetAliases
|
DotNetVSTest |
void |
Test one or more projects specified by a path or glob pattern using the VS Test host runner.
From DotNetAliases
|
DotNetVSTest |
void |
Test one or more specified projects with settings using the VS Test host runner.
From DotNetAliases
|
Dot |
void |
Installs one or more optional workloads.
From DotNetAliases
|
Dot |
void |
Installs one or more optional workloads.
From DotNetAliases
|
Dot |
void |
Installs a specified optional workload.
From DotNetAliases
|
Dot |
void |
Installs a specified optional workload.
From DotNetAliases
|
DotNetWorkloadList |
IEnumerable |
Lists all installed workloads.
From DotNetAliases
|
DotNetWorkloadList |
IEnumerable |
Lists all installed workloads.
From DotNetAliases
|
DotNetWorkloadRepair |
void |
Repairs all workloads installations.
From DotNetAliases
|
DotNetWorkloadRepair |
void |
Repairs all workloads installations.
From DotNetAliases
|
Dot |
void |
Installs workloads needed for a project or a solution.
From DotNetAliases
|
Dot |
void |
Installs workloads needed for a project or a solution.
From DotNetAliases
|
DotNetWorkloadSearch |
IEnumerable |
Lists available workloads by specifying all or part of the workload ID.
From DotNetAliases
|
DotNetWorkloadSearch |
IEnumerable |
Lists available workloads by specifying all or part of the workload ID.
From DotNetAliases
|
DotNetWorkloadSearch |
IEnumerable |
Lists available workloads.
From DotNetAliases
|
Dot |
void |
Uninstalls one or more workloads.
From DotNetAliases
|
Dot |
void |
Uninstalls a specified workload.
From DotNetAliases
|
DotNetWorkloadUpdate |
void |
Updates all installed workloads to the newest available version.
From DotNetAliases
|
DotNetWorkloadUpdate |
void |
Updates all installed workloads to the newest available version.
From DotNetAliases
|
DownloadFile |
FilePath |
Downloads the specified resource over HTTP to a temporary file with specified settings.
From HttpAliases
|
DownloadFile |
void |
Downloads the specified resource over HTTP to the specified output path and settings.
From HttpAliases
|
DownloadFile |
void |
Downloads the specified resource over HTTP to the specified output path.
From HttpAliases
|
DownloadFile |
FilePath |
Downloads the specified resource over HTTP to a temporary file.
From HttpAliases
|
DownloadFile |
FilePath |
Downloads the specified resource over HTTP to a temporary file with specified settings.
From HttpAliases
|
DownloadFile |
void |
Downloads the specified resource over HTTP to the specified output path.
From HttpAliases
|
DownloadFile |
FilePath |
Downloads the specified resource over HTTP to a temporary file.
From HttpAliases
|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
DupFinder |
void |
Analyses the specified file with ReSharper's DupFinder using the specified settings.
The file can either be a solution/project or a source file.
From DupFinderAliases
|
DupFinder |
void |
Analyses the specified file with ReSharper's DupFinder.
The file can either be a solution/project or a source file.
From DupFinderAliases
|
DupFinder |
void |
Analyses all files matching the specified pattern with ReSharper's DupFinder,
using the specified settings.
From DupFinderAliases
|
DupFinder |
void |
Analyses all files matching the specified pattern with ReSharper's DupFinder.
From DupFinderAliases
|
DupFinder |
void |
Analyses the specified projects with ReSharper's DupFinder using the specified settings.
The files can either be solutions and projects or a source files.
From DupFinderAliases
|
DupFinder |
void |
Analyses the specified projects with ReSharper's DupFinder.
The files can either be solutions and projects or a source files.
From DupFinderAliases
|
DupFinderFromConfig |
void |
Runs ReSharper's DupFinder using the provided config file.
From DupFinderAliases
|
Ensure |
void |
Deletes the specified directory if it exists.
From DirectoryAliases
|
Ensure |
void |
Deletes the specified directory if it exists.
From DirectoryAliases
|
Ensure |
void |
Deletes the specified directory and its contents if it exists.
From DirectoryAliases
|
Ensure |
void |
Creates the specified directory if it does not exist.
From DirectoryAliases
|
EnvironmentVariable |
string |
Retrieves the value of the environment variable or
null if the environment variable does not exist.
From EnvironmentAliases
|
EnvironmentVariable |
T |
Retrieves the value of the environment variable or defaultValue if the environment variable does not exist.
From EnvironmentAliases
|
EnvironmentVariables |
IDictionary |
Retrieves all environment variables.
From EnvironmentAliases
|
Error |
void |
Writes an error message to the log using the specified log message action.
Evaluation message only if verbosity same or more verbose.
From LoggingAliases
|
Error |
void |
Writes an error message to the log using the specified value.
From LoggingAliases
|
Error |
void |
Writes an error message to the log using the specified format information.
From LoggingAliases
|
Error |
void |
Writes an error message to the log using the specified string value.
From LoggingAliases
|
Expand |
DirectoryPath |
Expands all environment variables in the provided
DirectoryPath .
From DirectoryAliases
|
Expand |
FilePath |
Expands all environment variables in the provided
FilePath .
From FileAliases
|
File |
ConvertableFilePath |
Gets a file path from string.
From FileAliases
|
FileExists |
bool |
Determines whether the given path refers to an existing file.
From FileAliases
|
FileSize |
long |
Gets the size of a file in bytes.
From FileAliases
|
Fixie |
void |
Runs all Fixie tests in the assemblies matching the specified pattern,
using the specified settings.
From FixieAliases
|
Fixie |
void |
Runs all Fixie tests in the assemblies matching the specified pattern.
From FixieAliases
|
Fixie |
void |
Runs all Fixie tests in the specified assemblies,
using the specified settings.
From FixieAliases
|
Fixie |
void |
Runs all Fixie tests in the specified assemblies.
From FixieAliases
|
Fixie |
void |
Runs all Fixie tests in the specified assemblies,
using the specified settings.
From FixieAliases
|
Fixie |
void |
Runs all Fixie tests in the specified assemblies.
From FixieAliases
|
GetCallerInfo |
ScriptCallerInfo |
Performs script caller information.
From ScriptCallerAliases
|
GetDirectories |
Directory |
Gets all directories matching the specified pattern.
From GlobbingAliases
|
GetDirectories |
Directory |
Gets all directories matching the specified pattern.
From GlobbingAliases
|
GetFiles |
FilePathCollection |
Gets all files matching the specified pattern.
From GlobbingAliases
|
GetFiles |
FilePathCollection |
Gets all files matching the specified pattern.
From GlobbingAliases
|
GetPaths |
PathCollection |
Gets all paths matching the specified pattern.
From GlobbingAliases
|
GetPaths |
PathCollection |
Gets all paths matching the specified pattern.
From GlobbingAliases
|
GetSubDirectories |
Directory |
Gets a list of all the directories inside a directory.
From DirectoryAliases
|
GitHubActions |
I |
Gets a
GitHubActionsProvider instance that can be used to
obtain information from the GitHub Actions environment.
From BuildSystemAliases
|
GitLabCI |
IGitLabCIProvider |
Gets a
GitLabCIProvider instance that can be used to
obtain information from the GitLab CI environment.
From BuildSystemAliases
|
GitLink |
void |
Update pdb files to link all sources, using specified settings.
This will allow anyone to step through the source code while debugging without a symbol source server.
From GitLinkAliases
|
GitLink |
void |
Update pdb files to link all sources.
This will allow anyone to step through the source code while debugging without a symbol source server.
From GitLinkAliases
|
GitLink3 |
void |
Update the pdb file to link all sources.
This will allow anyone to step through the source code while debugging without a symbol source server.
From GitLink3Aliases
|
GitLink3 |
void |
Update the pdb file to link all sources.
This will allow anyone to step through the source code while debugging without a symbol source server.
From GitLink3Aliases
|
GitLink3 |
void |
Update the pdb files to link all sources.
This will allow anyone to step through the source code while debugging without a symbol source server.
From GitLink3Aliases
|
GitLink3 |
void |
Update the pdb files to link all sources.
This will allow anyone to step through the source code while debugging without a symbol source server.
From GitLink3Aliases
|
Git |
void |
Add Assets to an existing release using the specified settings.
|
Git |
void |
Add Assets to an existing release.
|
Git |
void |
Closes the milestone associated with a release using the specified settings.
|
Git |
void |
Closes the milestone associated with a release.
|
Git |
void |
Creates a Package Release using the specified settings.
|
Git |
void |
Creates a Package Release.
|
Git |
void |
Discards a Release using the specified settings.
|
Git |
void |
Discards a Release.
|
Git |
void |
Exports the release notes using the specified settings.
|
Git |
void |
Exports the release notes.
|
Git |
void |
Deletes and creates labels using the specified settings.
|
Git |
void |
Deletes and creates labels.
|
Git |
void |
Opens the milestone associated with a release using the specified settings.
|
Git |
void |
Opens the milestone associated with a release.
|
Git |
void |
Publishes the release using the specified settings.
|
Git |
void |
Publishes the release.
|
GitReleaseNotes |
void |
Generates a set of release notes based on the commit history of the repository and specified settings.
|
GitVersion |
GitVersion |
Retrieves the GitVersion output.
From GitVersionAliases
|
GitVersion |
GitVersion |
Retrieves the GitVersion output.
From GitVersionAliases
|
GoCD |
IGoCDProvider |
Gets a
GoCDProvider instance that can be used to
obtain information from the Go.CD environment.
From BuildSystemAliases
|
HasArgument |
bool |
Determines whether or not the specified argument exist.
From ArgumentAliases
|
Has |
bool |
Checks for the existence of a value for a given environment variable.
From EnvironmentAliases
|
ILMerge |
void |
Merges the specified assemblies.
From ILMergeAliases
|
ILMerge |
void |
Merges the specified assemblies.
From ILMergeAliases
|
ILRepack |
void |
Merges the specified assemblies.
From ILRepackAliases
|
ILRepack |
void |
Merges the specified assemblies.
From ILRepackAliases
|
Information |
void |
Writes an informational message to the log using the specified log message action.
Evaluation message only if verbosity same or more verbose.
From LoggingAliases
|
Information |
void |
Writes an informational message to the log using the specified value.
From LoggingAliases
|
Information |
void |
Writes an informational message to the log using the specified format information.
From LoggingAliases
|
Information |
void |
Writes an informational message to the log using the specified string value.
From LoggingAliases
|
InnoSetup |
void |
Compiles the given Inno Setup script using the given settings.
From InnoSetupAliases
|
InnoSetup |
void |
Compiles the given Inno Setup script using the default settings.
From InnoSetupAliases
|
InspectCode |
void |
Analyses the specified solution with ReSharper's InspectCode,
using the specified settings.
From InspectCodeAliases
|
InspectCode |
void |
Analyses the specified solution with ReSharper's InspectCode.
From InspectCodeAliases
|
Inspect |
void |
Runs ReSharper's InspectCode using the specified config file.
From InspectCodeAliases
|
IsDryRun |
bool |
Determines whether or not the current script execution is a dry run.
From DryRunAliases
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
IsRunningOnFreeBSD |
bool |
Determines whether the build script running on a FreeBSD based system.
From EnvironmentAliases
|
IsRunningOnLinux |
bool |
Determines whether the build script running on a Linux based system.
From EnvironmentAliases
|
IsRunningOnMacOs |
bool |
Determines whether the build script running on a macOS based system.
From EnvironmentAliases
|
IsRunningOnUnix |
bool |
Determines whether the build script running on a Unix or Linux based system.
From EnvironmentAliases
|
IsRunningOnWindows |
bool |
Determines whether the build script is running on Windows.
From EnvironmentAliases
|
Jenkins |
IJenkinsProvider |
Gets a
JenkinsProvider instance that can be used to
obtain information from the Jenkins environment.
From BuildSystemAliases
|
MakeAbsolute |
DirectoryPath |
Makes the path absolute (if relative) using the current working directory.
From DirectoryAliases
|
MakeAbsolute |
FilePath |
Makes the path absolute (if relative) using the current working directory.
From FileAliases
|
MakeNSIS |
void |
Compiles the given NSIS script using the given settings.
From NSISAliases
|
MakeNSIS |
void |
Compiles the given NSIS script using the default settings.
From NSISAliases
|
MakeRelative |
DirectoryPath |
Makes the directory path relative (if absolute) to a specified root directory. If no root directory is defined
the current working directory is used as default root.
From DirectoryAliases
|
MakeRelative |
FilePath |
Makes the file path relative (if absolute) to a specified root directory. If no root directory is defined
the current working directory is used as default root.
From DirectoryAliases
|
MinimalVerbosity |
IDisposable |
Sets the log verbosity to minimal and returns a disposable that restores the log verbosity on dispose.
From LoggingAliases
|
MoveDirectory |
void |
Moves an existing directory to a new location, providing the option to specify a new directory name.
From DirectoryAliases
|
MoveFile |
void |
Moves an existing file to a new location, providing the option to specify a new file name.
From FileAliases
|
MoveFiles |
void |
Moves existing files matching the specified pattern to a new location.
From FileAliases
|
MoveFiles |
void |
Moves existing files to a new location.
From FileAliases
|
MoveFileToDirectory |
void |
Moves an existing file to a new location.
From FileAliases
|
MSBuild |
void |
Builds the specified solution or MsBuild project file using MSBuild.
From MSBuildAliases
|
MSBuild |
void |
Builds the specified solution or MsBuild project file using MSBuild.
From MSBuildAliases
|
MSBuild |
void |
Builds the specified solution or MsBuild project file using MSBuild.
From MSBuildAliases
|
MSpec |
void |
Runs all MSpec tests in the assemblies matching the specified pattern.
From MSpecAliases
|
MSpec |
void |
Runs all MSpec tests in the assemblies matching the specified pattern.
From MSpecAliases
|
MSpec |
void |
Runs all MSpec tests in the specified assemblies.
From MSpecAliases
|
MSpec |
void |
Runs all MSpec tests in the specified assemblies.
From MSpecAliases
|
MSpec |
void |
Runs all MSpec tests in the specified assemblies.
From MSpecAliases
|
MSpec |
void |
Runs all MSpec tests in the specified assemblies.
From MSpecAliases
|
MSTest |
void |
Runs all MSTest unit tests in the assemblies matching the specified pattern.
From MSTestAliases
|
MSTest |
void |
Runs all MSTest unit tests in the assemblies matching the specified pattern.
From MSTestAliases
|
MSTest |
void |
Runs all MSTest unit tests in the specified assemblies.
From MSTestAliases
|
MSTest |
void |
Runs all MSTest unit tests in the specified assemblies.
From MSTestAliases
|
MyGet |
IMyGetProvider |
Gets a
MyGetProvider instance that can
be used to manipulate the MyGet environment.
From BuildSystemAliases
|
NormalVerbosity |
IDisposable |
Sets the log verbosity to normal and returns a disposable that restores the log verbosity on dispose.
From LoggingAliases
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
NuGetAdd |
void |
Adds a NuGet package using package id and source.
From NuGetAliases
|
NuGetAdd |
void |
Adds a NuGet package using package id and source.
From NuGetAliases
|
NuGetAddSource |
void |
Adds NuGet package source using the specified name, source & settings to global user config.
From NuGetAliases
|
NuGetAddSource |
void |
Adds NuGet package source using the specified name &source to global user config.
From NuGetAliases
|
NuGetDelete |
void |
Deletes or unlists a package from a package source.
From NuGetAliases
|
NuGetHasSource |
bool |
Checks whether or not a NuGet package source exists in the global user configuration, using the specified source and settings.
From NuGetAliases
|
NuGetHasSource |
bool |
Checks whether or not a NuGet package source exists in the global user configuration, using the specified source.
From NuGetAliases
|
NuGetInit |
void |
Adds all packages from source to destination using specified settings.
From NuGetAliases
|
NuGetInit |
void |
Adds all packages from source to destination.
From NuGetAliases
|
NuGetInstall |
void |
Installs NuGet packages using the specified settings.
From NuGetAliases
|
NuGetInstall |
void |
Installs NuGet packages.
From NuGetAliases
|
NuGetInstall |
void |
Installs a NuGet package using the specified settings.
From NuGetAliases
|
NuGetInstall |
void |
Installs a NuGet package.
From NuGetAliases
|
Nu |
void |
Installs NuGet packages using the specified package configuration and settings.
From NuGetAliases
|
Nu |
void |
Installs NuGet packages using the specified package configuration.
From NuGetAliases
|
Nu |
void |
Installs NuGet packages using the specified package configurations and settings.
From NuGetAliases
|
Nu |
void |
Installs NuGet packages using the specified package configurations.
From NuGetAliases
|
NuGetList |
IEnumerable |
List packages on available from source using specified settings.
From NuGetAliases
|
NuGetList |
IEnumerable |
List packages on available from source using specified settings.
From NuGetAliases
|
NuGetList |
IEnumerable |
List packages on available from source using specified settings.
From NuGetAliases
|
NuGetPack |
void |
Creates a NuGet package using the specified nuspec or project file.
From NuGetAliases
|
NuGetPack |
void |
Creates NuGet packages using the specified nuspec or project files.
From NuGetAliases
|
NuGetPack |
void |
Creates a NuGet package using the specified settings.
From NuGetAliases
|
NuGetPush |
void |
Pushes a NuGet package to a NuGet server and publishes it.
From NuGetAliases
|
NuGetPush |
void |
Pushes NuGet packages to a NuGet server and publishes them.
From NuGetAliases
|
NuGetRemoveSource |
void |
Removes NuGet package source using the specified name, source & settings from global user config.
From NuGetAliases
|
NuGetRemoveSource |
void |
Removes NuGet package source using the specified name & source from global user config.
From NuGetAliases
|
NuGetRestore |
void |
Restores NuGet packages using the specified settings.
From NuGetAliases
|
NuGetRestore |
void |
Restores NuGet packages for the specified target.
From NuGetAliases
|
NuGetRestore |
void |
Restores NuGet packages using the specified settings.
From NuGetAliases
|
NuGetRestore |
void |
Restores NuGet packages for the specified targets.
From NuGetAliases
|
NuGetSetApiKey |
void |
Installs NuGet packages using the specified API key, source and settings.
From NuGetAliases
|
NuGetSetApiKey |
void |
Installs NuGet packages using the specified API key and source.
From NuGetAliases
|
NuGetSetProxy |
void |
Set the proxy settings to be used while connecting to your NuGet feed, including settings.
From NuGetAliases
|
NuGetSetProxy |
void |
Set the proxy settings to be used while connecting to your NuGet feed.
From NuGetAliases
|
NuGetUpdate |
void |
Updates NuGet packages using the specified settings.
From NuGetAliases
|
NuGetUpdate |
void |
Updates NuGet packages.
From NuGetAliases
|
NuGetUpdate |
void |
Updates NuGet packages using the specified settings.
From NuGetAliases
|
NuGetUpdate |
void |
Updates NuGet packages.
From NuGetAliases
|
NUnit |
void |
Runs all NUnit unit tests in the assemblies matching the specified pattern,
using the specified settings.
From NUnitAliases
|
NUnit |
void |
Runs all NUnit unit tests in the assemblies matching the specified pattern.
From NUnitAliases
|
NUnit |
void |
Runs all NUnit unit tests in the specified assemblies,
using the specified settings.
From NUnitAliases
|
NUnit |
void |
Runs all NUnit unit tests in the specified assemblies.
From NUnitAliases
|
NUnit |
void |
Runs all NUnit unit tests in the specified assemblies,
using the specified settings.
From NUnitAliases
|
NUnit |
void |
Runs all NUnit unit tests in the specified assemblies.
From NUnitAliases
|
NUnit3 |
void |
Runs all NUnit unit tests in the assemblies matching the specified pattern,
using the specified settings.
From NUnit3Aliases
|
NUnit3 |
void |
Runs all NUnit unit tests in the assemblies matching the specified pattern.
From NUnit3Aliases
|
NUnit3 |
void |
Runs all NUnit unit tests in the specified assemblies,
using the specified settings.
From NUnit3Aliases
|
NUnit3 |
void |
Runs all NUnit unit tests in the specified assemblies.
From NUnit3Aliases
|
NUnit3 |
void |
Runs all NUnit unit tests in the specified assemblies,
using the specified settings.
From NUnit3Aliases
|
NUnit3 |
void |
Runs all NUnit unit tests in the specified assemblies.
From NUnit3Aliases
|
OctoCreateRelease |
void |
Creates a release for the specified Octopus Deploy Project.
From OctopusDeployAliases
|
OctoDeployRelease |
void |
Deploys the specified already existing release into a specified environment
See Octopus Documentation for more details.
From OctopusDeployAliases
|
OctoDeployRelease |
void |
Deploys the specified already existing release into a specified environment
See Octopus Documentation for more details.
From OctopusDeployAliases
|
OctoPack |
void |
Packs the specified folder into an Octopus Deploy package.
From OctopusDeployAliases
|
OctoPack |
void |
Packs the specified folder into an Octopus Deploy package.
From OctopusDeployAliases
|
OctoPromoteRelease |
void |
Promotes the specified already existing release into a specified environment
See Octopus Documentation for more details.
From OctopusDeployAliases
|
OctoPush |
void |
Pushes the specified package to the Octopus Deploy repository.
From OctopusDeployAliases
|
OctoPush |
void |
Pushes the specified packages to the Octopus Deploy repository.
From OctopusDeployAliases
|
OpenCover |
void |
Runs OpenCover
for the specified action and settings.
From OpenCoverAliases
|
ParseAllReleaseNotes |
IReadOnlyList |
Parses all release notes.
From ReleaseNotesAliases
|
ParseAssemblyInfo |
Assembly |
Parses an existing assembly information file.
From AssemblyInfoAliases
|
ParseProject |
ProjectParserResult |
Parses project information from project file.
From ProjectAliases
|
ParseReleaseNotes |
ReleaseNotes |
Parses the latest release notes.
From ReleaseNotesAliases
|
ParseSolution |
SolutionParserResult |
Parses project information from a solution file.
From SolutionAliases
|
Parse |
IEnumerable |
Parses Xml documentation example code from given path.
From XmlDocAliases
|
Parse |
IEnumerable |
Parses Xml documentation example code from file(s) using given pattern.
From XmlDocAliases
|
QuietVerbosity |
IDisposable |
Sets the log verbosity to quiet and returns a disposable that restores the log verbosity on dispose.
From LoggingAliases
|
ReportGenerator |
void |
Converts the specified coverage report into human readable form using the specified settings.
|
ReportGenerator |
void |
Converts the specified coverage report into human readable form.
|
ReportGenerator |
void |
Converts the coverage report specified by the glob pattern into human readable form using the specified settings.
|
ReportGenerator |
void |
Converts the coverage report specified by the glob pattern into human readable form.
|
ReportGenerator |
void |
Converts the specified coverage reports into human readable form using the specified settings.
|
ReportGenerator |
void |
Converts the specified coverage reports into human readable form.
|
ReportUnit |
void |
Converts the reports in the specified directory into human readable form and outputs to specified folder.
From ReportUnitAliases
|
ReportUnit |
void |
Converts the reports in the specified directory into human readable form.
From ReportUnitAliases
|
ReportUnit |
void |
Converts the reports in the specified directory into human readable form.
From ReportUnitAliases
|
ReportUnit |
void |
Converts the single specified report into human readable form and outputs to specified file.
From ReportUnitAliases
|
ReportUnit |
void |
Converts the single specified report into human readable form and outputs to specified file.
From ReportUnitAliases
|
RoundhouseDrop |
void |
Executes Roundhouse migration to drop the database using the provided settings.
From RoundhouseAliases
|
RoundhouseMigrate |
void |
Executes Roundhouse with the given configured settings.
From RoundhouseAliases
|
Sign |
void |
Signs the specified assembly.
From SignToolSignAliases
|
Sign |
void |
Signs the specified assemblies.
From SignToolSignAliases
|
Sign |
void |
Signs the specified assemblies.
From SignToolSignAliases
|
Sign |
void |
Signs the specified assembly.
From SignToolSignAliases
|
Spec |
void |
Creates a report that shows the usage and binding status of the steps for the entire project.
You can use this report to find both unused code in the automation layer and scenario steps that have no definition yet.
See SpecFlow Documentation for more information.
From SpecFlowAliases
|
Spec |
void |
Creates a report that shows the usage and binding status of the steps for the entire project.
You can use this report to find both unused code in the automation layer and scenario steps that have no definition yet.
See SpecFlow Documentation for more information.
From SpecFlowAliases
|
Spec |
void |
Creates a formatted HTML report of a test execution.
The report contains a summary about the executed tests and the result and also a detailed report for the individual scenario executions.
See SpecFlow Documentation for more information.
From SpecFlowAliases
|
Spec |
void |
Creates a formatted HTML report of a test execution.
The report contains a summary about the executed tests and the result and also a detailed report for the individual scenario executions.
See SpecFlow Documentation for more information.
From SpecFlowAliases
|
Start |
IProcess |
Starts the process resource that is specified by the filename and settings.
From ProcessAliases
|
Start |
IProcess |
Starts the process resource that is specified by the filename.
From ProcessAliases
|
StartProcess |
int |
Starts the process resource that is specified by the filename and settings.
From ProcessAliases
|
StartProcess |
int |
Starts the process resource that is specified by the filename and settings.
From ProcessAliases
|
StartProcess |
int |
Starts the process resource that is specified by the filename and settings.
From ProcessAliases
|
StartProcess |
int |
Starts the process resource that is specified by the filename and arguments.
From ProcessAliases
|
StartProcess |
int |
Starts the process resource that is specified by the filename.
From ProcessAliases
|
TeamCity |
ITeamCityProvider |
Gets a
TeamCityProvider instance that can
be used to manipulate the TeamCity environment.
From BuildSystemAliases
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|
TransformTemplate |
void |
Transform a text template.
From TextTransformAliases
|
TransformTemplate |
void |
Transform a text template.
From TextTransformAliases
|
TransformText |
TextTransformation |
Creates a text transformation from the provided template, using the specified placeholder.
|
TransformText |
TextTransformation |
Creates a text transformation from the provided template.
|
TransformTextFile |
TextTransformation |
Creates a text transformation from the provided template on disc, using the specified placeholder.
|
TransformTextFile |
TextTransformation |
Creates a text transformation from the provided template on disc.
|
TravisCI |
ITravisCIProvider |
Gets a
TravisCIProvider instance that can be used to
obtain information from the Travis CI environment.
From BuildSystemAliases
|
Unzip |
void |
Unzips the specified file.
From ZipAliases
|
Unzip |
void |
Unzips the specified file.
From ZipAliases
|
UploadFile |
void |
Uploads the specified byte array via a HTTP POST to the specified uri using multipart/form-data.
From HttpAliases
|
UploadFile |
void |
Uploads the specified file via a HTTP POST to the specified uri using multipart/form-data.
From HttpAliases
|
UploadFile |
void |
Uploads the specified byte array via a HTTP POST to the specified uri using multipart/form-data.
From HttpAliases
|
UploadFile |
void |
Uploads the specified file via a HTTP POST to the specified uri using multipart/form-data.
From HttpAliases
|
Verbose |
void |
Writes a verbose message to the log using the specified log message action.
Evaluation message only if verbosity same or more verbose.
From LoggingAliases
|
Verbose |
void |
Writes a verbose message to the log using the specified value.
From LoggingAliases
|
Verbose |
void |
Writes a verbose message to the log using the specified format information.
From LoggingAliases
|
Verbose |
void |
Writes a verbose message to the log using the specified string value.
From LoggingAliases
|
VerboseVerbosity |
IDisposable |
Sets the log verbosity to verbose and returns a disposable that restores the log verbosity on dispose.
From LoggingAliases
|
VSTest |
void |
Runs all VSTest unit tests in the assemblies matching the specified pattern.
From VSTestAliases
|
VSTest |
void |
Runs all VSTest unit tests in the assemblies matching the specified pattern.
From VSTestAliases
|
VSTest |
void |
Runs all VSTest unit tests in the specified assemblies.
From VSTestAliases
|
VSTest |
void |
Runs all VSTest unit tests in the specified assemblies.
From VSTestAliases
|
VSWhereAll |
Directory |
Gets all Visual Studio product installation paths.
From VSWhereAliases
|
VSWhereAll |
Directory |
Gets all Visual Studio product installation paths.
From VSWhereAliases
|
VSWhereLatest |
DirectoryPath |
Gets the latest Visual Studio product installation path.
From VSWhereAliases
|
VSWhereLatest |
DirectoryPath |
Gets the latest Visual Studio product installation path.
From VSWhereAliases
|
VSWhereLegacy |
DirectoryPath |
Gets the legacy Visual Studio product installation paths.
From VSWhereAliases
|
VSWhereLegacy |
Directory |
Gets the legacy Visual Studio product installation paths.
From VSWhereAliases
|
VSWhereProducts |
Directory |
Gets Visual Studio product installation paths.
From VSWhereAliases
|
VSWhereProducts |
Directory |
Gets Visual Studio product installation paths.
From VSWhereAliases
|
Warning |
void |
Writes a warning message to the log using the specified log message action.
Evaluation message only if verbosity same or more verbose.
From LoggingAliases
|
Warning |
void |
Writes an warning message to the log using the specified value.
From LoggingAliases
|
Warning |
void |
Writes a warning message to the log using the specified format information.
From LoggingAliases
|
Warning |
void |
Writes an warning message to the log using the specified string value.
From LoggingAliases
|
WiXCandle |
void |
Compiles all
.wxs sources matching the specified pattern.
From WiXAliases
|
WiXCandle |
void |
Compiles all
.wxs sources in the provided source files.
From WiXAliases
|
WiXHeat |
void |
Harvests files in the provided directory path.
From WiXAliases
|
WiXHeat |
void |
Harvests files in the provided object files.
From WiXAliases
|
WiXHeat |
void |
Harvests from the desired files.
From WiXAliases
|
WiXHeat |
void |
Harvests from the desired files.
From WiXAliases
|
WiXHeat |
void |
Harvests files for a website or performance.
From WiXAliases
|
WiXHeat |
void |
Harvests files for a website or performance.
From WiXAliases
|
WiXLight |
void |
Links all
.wixobj files matching the specified pattern.
From WiXAliases
|
WiXLight |
void |
Links all
.wixobj files in the provided object files.
From WiXAliases
|
XBuild |
void |
Builds the specified solution using XBuild.
From XBuildAliases
|
XBuild |
void |
Builds the specified solution using XBuild.
From XBuildAliases
|
XBuild |
void |
Builds the specified solution using XBuild.
From XBuildAliases
|
XmlPeek |
string |
Get the value of a target node.
From XmlPeekAliases
|
XmlPeek |
string |
Gets the value of a target node.
From XmlPeekAliases
|
XmlPoke |
void |
Set the value of, or remove, target nodes.
From XmlPokeAliases
|
XmlPoke |
void |
Set the value of, or remove, target nodes.
From XmlPokeAliases
|
XmlPokeString |
string |
Set the value of, or remove, target nodes.
From XmlPokeAliases
|
XmlPokeString |
string |
Set the value of, or remove, target nodes.
From XmlPokeAliases
|
XmlTransform |
void |
Performs XML XSL transformation.
|
XmlTransform |
void |
Performs XML XSL transformation.
|
XmlTransform |
string |
Performs XML XSL transformation.
|
XmlTransform |
string |
Performs XML XSL transformation.
|
XUnit |
void |
Runs all xUnit.net tests in the assemblies matching the specified pattern.
From XUnitAliases
|
XUnit |
void |
Runs all xUnit.net tests in the assemblies matching the specified pattern.
From XUnitAliases
|
XUnit |
void |
Runs all xUnit.net tests in the specified assemblies.
From XUnitAliases
|
XUnit |
void |
Runs all xUnit.net tests in the specified assemblies.
From XUnitAliases
|
XUnit |
void |
Runs all xUnit.net tests in the specified assemblies.
From XUnitAliases
|
XUnit |
void |
Runs all xUnit.net tests in the specified assemblies.
From XUnitAliases
|
XUnit2 |
void |
Runs all xUnit.net v2 tests in the assemblies matching the specified pattern.
From XUnit2Aliases
|
XUnit2 |
void |
Runs all xUnit.net v2 tests in the assemblies matching the specified pattern.
From XUnit2Aliases
|
XUnit2 |
void |
Runs all xUnit.net v2 tests in the specified assemblies.
From XUnit2Aliases
|
XUnit2 |
void |
Runs all xUnit.net tests in the specified assemblies.
From XUnit2Aliases
|
XUnit2 |
void |
Runs all xUnit.net v2 tests in the specified assemblies.
From XUnit2Aliases
|
XUnit2 |
void |
Runs all xUnit.net v2 tests in the specified assemblies.
From XUnit2Aliases
|
Zip |
void |
Zips the specified files.
From ZipAliases
|
Zip |
void |
Zips the specified files.
From ZipAliases
|
Zip |
void |
Zips the files matching the specified pattern.
From ZipAliases
|
Zip |
void |
Zips the specified directory.
From ZipAliases
|