Package-level declarations
Types
A build step running ant script
Base class for a build step placeholder. Build step placeholder is used in a build configuration template to indicate where the build steps of a configuration will go when it is attached to the template.
A Container Deployer build step.
A build step running a C# script with the specified content
A build step running a C# script with from a specified file
A Visual Studio IDE step to run Visual Studio IDE command
Deprecated, was used for Docker Build build step. Please use Docker command runner step instead.
A build step for a generic docker command runner (can run Docker build, push, other...)
A build step for docker-compose step.
A dotCover build step to run dotCover – .NET code coverage tool
A dotnet build step to run .NET CLI command
A dotnet clean step to run .NET CLI command
A dotnet build step to run a custom command
A .NET msbuild step to run .NET MSBuild
A dotnet nuget delete step to run .NET CLI command
A dotnet nuget push step to run .NET CLI command
A dotnet pack step to run .NET CLI command
A dotnet publish step to run .NET CLI command
A dotnet restore step to run .NET CLI command
A dotnet run step to run .NET CLI command
A dotnet test step to run .NET CLI command
A .NET vstest step to run .NET VSTest
A build step running the specified executable with given arguments
An FxCop build step is intended for inspecting .NET assemblies and reporting possible design, localization, performance, and security improvements.
A build step running gradle script
A build step running a Kotlin script with the specified content
A build step running a Kotlin script with from a specified file
A build step running maven
Deprecated, was previously used to set up a build step for running an MSBuild script. Use the .NET MSBuild runner instead. See this link for more information on migrating to the .NET MSBuild runner.
A build step running MSpec tests
Deprecated, was previously used to set up a build step for running MSTest tests. Use the .NET VSTest runner instead. See this link for more information on migrating to the .NET VSTest runner.
A build step running NAnt scripts
A Node.js build step
A NuGet installer step to run nuget restore command
A NuGet pack step to run nuget pack command
A NuGet publish step to run nuget push command
A build step running NUnit tests
A build step running PowerShell script
Deprecated, was previously used to set up a Duplicates finder (ReSharper) build step to find C# and VB duplicate code.
An Inspections (ReSharper) build step for gathering JetBrains ReSharper inspection results.
A build step running a script with the specified content
A Simple Build Tool (Scala) build step running SBT builds.
Deprecated, was previously used to set up a build step for running a Visual Studio solution. Use the .NET Devenv runner instead. See this link for more information on migrating from the Visual Studio (sln) runner.
Deprecated, was previously used to set up a build step for running Visual Studio tests. Use the .NET VSTest runner instead. See this link for more information on migrating to the .NET VSTest runner.
An Xcode build step for running Xcode projects.
Functions
Adds a build step running ant script
Adds a Container Deployer build step.
Adds a build step running a C# script from a specified file
Adds a build step running a C# script with the specified content
Example. Adds a Docker Build build step with a source as Dockerfile located in the checkout directory with extra Docker command line argument.
Example. Adds a Docker Compose build step with specified Compose YAML file.
Adds a dotCover build step to run dotCover coverage tool
Adds a dotnet build step to run .NET CLI command
Adds a dotnet clean step to run .NET CLI command
Adds a dotnet build step to run a custom command
Adds a Visual Studio IDE step to run Visual Studio IDE command
Adds a .NET msbuild step to run .NET MSBuild
Adds a dotnet nuget delete step to run .NET CLI command
Adds a dotnet nuget push step to run .NET CLI command
Adds a dotnet pack step to run .NET CLI command
Adds a dotnet publish step to run .NET CLI command
Adds a dotnet restore step to run .NET CLI command
Adds a dotnet run step to run .NET CLI command
Adds a dotnet test step to run .NET CLI command
Adds a .NET vstest step to run .NET VSTest
Adds a build step running the specified executable with given arguments
Add an FxCop build step.
Adds a build step running gradle script
Adds a build step running a Kotlin script from a specified file
Adds a build step running a Kotlin script with the specified content
Adds a build step running maven
Adds a build step running MSBuild script
Adds a build step running MSpec tests
Adds a build step running MSTest tests
Adds a build step running NAnt scripts
Adds a Node.js build step
Adds a NuGet installer step to run nuget restore command
Adds a NuGet pack step to run nuget pack command
Adds a NuGet publish step to run nuget push command
Adds a build step running NUnit tests
Inserts a build step placeholder.
Adds a build step running PowerShell script
Adds a Python build step
Adds a Duplicates finder (ReSharper) build step to find C# and VB duplicate code.
Adds an Inspections (ReSharper) build step for gathering JetBrains ReSharper inspection results.
Adds a build step running a script with the specified content
Adds a Simple Build Tool (Scala) build step running SBT builds.
Adds a build step running Visual Studio solution
Adds a build step running Visual Studio Tests
Adds a build step for running Xcode projects.