schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
service-schema.json
container
Container to target (or 'host' for host machine)
{}
service-schema.json
commands
Set of allowed logging commands ('any' or 'restricted')
{"enum": ["any", "restricted"]}
service-schema.json
settableVariables
Restrictions on which variables that can be set
{}
service-schema.json
steps
A list of steps to run in this job
{}
service-schema.json
condition
Evaluate this condition expression to determine whether to run this task
{}
service-schema.json
continueOnError
Continue running even on failure?
{}
service-schema.json
displayName
Human-readable name for the task
{}
service-schema.json
target
Environment in which to run this task
{}
service-schema.json
enabled
Run this task when the job runs?
{}
service-schema.json
env
Variables to map into the process's environment
{}
service-schema.json
name
ID of the step
{}
service-schema.json
timeoutInMinutes
Time to wait for this task to complete before the server kills it
{}
service-schema.json
retryCountOnTaskFailure
Number of retries if the task fails
{}
service-schema.json
task
Run a PowerShell script
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["PowerShell@1"]}
service-schema.json
task
Run a PowerShell script on Linux, macOS, or Windows
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["PowerShell@2"]}
service-schema.json
task
Run a PowerShell script within an Azure environment
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzurePowerShell@4"]}
service-schema.json
task
Run a PowerShell script within an Azure environment
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzurePowerShell@2"]}
service-schema.json
task
Run a PowerShell script within an Azure environment
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzurePowerShell@5"]}
service-schema.json
task
Run a PowerShell script within an Azure environment
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzurePowerShell@3"]}
service-schema.json
task
Run a PowerShell script within an Azure environment
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzurePowerShell@1"]}
service-schema.json
task
Run scripts and make changes to a MySQL Database
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["MysqlDeploymentOnMachineGroup@1"]}
service-schema.json
task
Authentication task for the pip client used for installing Python distributions
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["PipAuthenticate@1"]}
service-schema.json
task
Authentication task for the pip client used for installing Python distributions
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["PipAuthenticate@0"]}
service-schema.json
task
Build, test, and deploy with Apache Maven
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["Maven@4"]}
service-schema.json
task
Build, test, and deploy with Apache Maven
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["Maven@3"]}
service-schema.json
task
Build, test, and deploy with Apache Maven
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["Maven@2"]}
service-schema.json
task
Build with Apache Maven
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["Maven@1"]}
service-schema.json
task
Build, test and publish using dotnet core command-line.
{"deprecationMessage": "DotNetCoreCLI is deprecated - Build, test and publish using dotnet core command-line.", "doNotSuggest": true, "ignoreCase": "value", "enum": ["DotNetCoreCLI@0"]}
service-schema.json
task
Build, test, package, or publish a dotnet application, or run a custom dotnet command
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["DotNetCoreCLI@2"]}
service-schema.json
task
Build, test and publish using dotnet core command-line.
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["DotNetCoreCLI@1"]}
service-schema.json
task
This task is deprecated. Use 'NuGet' instead.
{"deprecationMessage": "XamarinComponentRestore is deprecated - This task is deprecated. Use 'NuGet' instead.", "doNotSuggest": true, "ignoreCase": "value", "enum": ["XamarinComponentRestore@0"]}
service-schema.json
task
Deploy to Azure App Service a web, mobile, or API app using Docker, Java, .NET, .NET Core, Node.js, PHP, Python, or Ruby
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureRmWebAppDeployment@4"]}
service-schema.json
task
Update Azure App Service using Web Deploy / Kudu REST APIs
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureRmWebAppDeployment@2"]}
service-schema.json
task
Deploy to Azure App Service a web, mobile, or API app using Docker, Java, .NET, .NET Core, Node.js, PHP, Python, or Ruby
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureRmWebAppDeployment@3"]}
service-schema.json
task
Execute PowerShell scripts on remote machines using PSSession and Invoke-Command for remoting
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["PowerShellOnTargetMachines@3"]}
service-schema.json
task
Execute PowerShell scripts on remote machine(s)
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["PowerShellOnTargetMachines@1"]}
service-schema.json
task
Execute PowerShell scripts on remote machine(s)
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["PowerShellOnTargetMachines@2"]}
service-schema.json
task
Publish any of the code coverage results from a build
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["PublishCodeCoverageResults@2"]}
service-schema.json
task
Publish Cobertura or JaCoCo code coverage results from a build
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["PublishCodeCoverageResults@1"]}
service-schema.json
task
Deprecated: This task and it’s companion task (Visual Studio Test Agent Deployment) are deprecated. Use the 'Visual Studio Test' task instead. The VSTest task can run unit as well as functional tests. Run tests on one or more agents using the multi-agent job setting. Use the 'Visual Studio Test Platform' task to run tests without needing Visual Studio on the agent. VSTest task also brings new capabilities such as automatically rerunning failed tests.
{"deprecationMessage": "RunVisualStudioTestsusingTestAgent is deprecated - Deprecated: This task and it\u2019s companion task (Visual Studio Test Agent Deployment) are deprecated. Use the 'Visual Studio Test' task instead. The VSTest task can run unit as well as functional tests. Run tests on one or more agents using the multi-agent job setting. Use the 'Visual Studio Test Platform' task to run tests without needing Visual Studio on the agent. VSTest task also brings new capabilities such as automatically rerunning failed tests.", "doNotSuggest": true, "ignoreCase": "value", "enum": ["RunVisualStudioTestsusingTestAgent@1"]}
service-schema.json
task
Pause deployment and wait for manual intervention
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["ManualIntervention@8"]}
service-schema.json
task
Install an Apple provisioning profile required to build on a macOS agent
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["InstallAppleProvisioningProfile@0"]}
service-schema.json
task
Install an Apple provisioning profile required to build on a macOS agent machine
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["InstallAppleProvisioningProfile@1"]}
service-schema.json
task
[DEPRECATED] Finish the analysis and upload the results to SonarQube
{"deprecationMessage": "SonarQubePostTest is deprecated - [DEPRECATED] Finish the analysis and upload the results to SonarQube", "doNotSuggest": true, "ignoreCase": "value", "enum": ["SonarQubePostTest@1"]}
service-schema.json
task
Create and upload an sdist or wheel to a PyPI-compatible index using Twine
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["PyPIPublisher@0"]}
service-schema.json
task
Run scripts with Knife commands on your Chef workstation
{"deprecationMessage": "ChefKnife is deprecated - Run scripts with Knife commands on your Chef workstation", "doNotSuggest": true, "ignoreCase": "value", "enum": ["ChefKnife@1"]}
service-schema.json
task
Find in cache or download a specific version of Go and add it to the PATH
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["GoTool@0"]}
service-schema.json
task
Generate an .ipa file from Xcode build output using xcrun (Xcode 7 or below)
{"deprecationMessage": "XcodePackageiOS is deprecated - Generate an .ipa file from Xcode build output using xcrun (Xcode 7 or below)", "doNotSuggest": true, "ignoreCase": "value", "enum": ["XcodePackageiOS@0"]}
service-schema.json
task
Get, build, or test a Go application, or run a custom Go command
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["Go@0"]}
service-schema.json
task
Publish Pipeline Metadata to Evidence store
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["PublishPipelineMetadata@0"]}
service-schema.json
task
Build, tag, push, or run Docker images, or run a Docker command
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["Docker@0"]}
service-schema.json
task
Build, tag, push, or run Docker images, or run a Docker command
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["Docker@1"]}
service-schema.json
task
Build or push Docker images, login or logout, start or stop containers, or run a Docker command
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["Docker@2"]}
service-schema.json
task
Queue a job on a Jenkins server
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["JenkinsQueueJob@1"]}
service-schema.json
task
Queue a job on a Jenkins server
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["JenkinsQueueJob@2"]}
service-schema.json
task
Upload files using FTP
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["FtpUpload@2"]}
service-schema.json
task
Upload files using FTP
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["FtpUpload@1"]}
service-schema.json
task
Copy files to remote Windows machines
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["WindowsMachineFileCopy@1"]}
service-schema.json
task
Copy files to remote Windows machines
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["WindowsMachineFileCopy@2"]}
service-schema.json
task
[Deprecated] Use Gradle
{"deprecationMessage": "AndroidBuild is deprecated - [Deprecated] Use Gradle", "doNotSuggest": true, "ignoreCase": "value", "enum": ["AndroidBuild@1"]}
service-schema.json
task
Authenticate for uploading Python distributions using twine. Add '-r FeedName/EndpointName --config-file $(PYPIRC_PATH)' to your twine upload command. For feeds present in this organization, use the feed name as the repository (-r). Otherwise, use the endpoint name defined in the service connection.
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["TwineAuthenticate@0"]}
service-schema.json
task
Authenticate for uploading Python distributions using twine. Add '-r FeedName/EndpointName --config-file $(PYPIRC_PATH)' to your twine upload command. For feeds present in this organization, use the feed name as the repository (-r). Otherwise, use the endpoint name defined in the service connection.
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["TwineAuthenticate@1"]}
service-schema.json
task
Deploy a website or web application using Web Deploy
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["IISWebAppDeploymentOnMachineGroup@0"]}
service-schema.json
task
Run a Python file or inline script
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["PythonScript@0"]}
service-schema.json
task
Install Helm and Kubernetes on an agent machine
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["HelmInstaller@0"]}
service-schema.json
task
Install Helm on an agent machine
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["HelmInstaller@1"]}
service-schema.json
task
Install specific Node.js version to run node tasks
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["NodeTaskRunnerInstaller@0"]}
service-schema.json
task
[Deprecated] Upgrade to free version of Xamarin: https://store.xamarin.com
{"deprecationMessage": "XamarinLicense is deprecated - [Deprecated] Upgrade to free version of Xamarin: https://store.xamarin.com", "doNotSuggest": true, "ignoreCase": "value", "enum": ["XamarinLicense@1"]}
service-schema.json
task
This version of the task is deprecated, use NuGetAuthenticateV1 instead. Configure NuGet tools to authenticate with Azure Artifacts and other NuGet repositories. Requires NuGet >= 4.8.5385, dotnet >= 2.1.400, or MSBuild >= 15.8.166.59604.
{"deprecationMessage": "NuGetAuthenticate is deprecated - This version of the task is deprecated, use NuGetAuthenticateV1 instead. Configure NuGet tools to authenticate with Azure Artifacts and other NuGet repositories. Requires NuGet >= 4.8.5385, dotnet >= 2.1.400, or MSBuild >= 15.8.166.59604.", "doNotSuggest": true, "ignoreCase": "value", "enum": ["NuGetAuthenticate@0"]}
service-schema.json
task
Configure NuGet tools to authenticate with Azure Artifacts and other NuGet repositories. Requires NuGet >= 4.8.5385, dotnet >= 6, or MSBuild >= 15.8.166.59604
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["NuGetAuthenticate@1"]}
service-schema.json
task
Restore your nuget packages using dotnet CLI
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["DownloadGitHubNugetPackage@1"]}
service-schema.json
task
Provides credentials for Azure Artifacts feeds and external maven repositories
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["MavenAuthenticate@0"]}
service-schema.json
task
Use this task under deploy phase provider to create a resource dynamically
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["ReviewApp@0"]}
service-schema.json
task
Acquire a specific version of Java from a user-supplied Azure blob or the tool cache and sets JAVA_HOME
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["JavaToolInstaller@0"]}
service-schema.json
task
Deploy to Chef environments by editing environment attributes
{"deprecationMessage": "Chef is deprecated - Deploy to Chef environments by editing environment attributes", "doNotSuggest": true, "ignoreCase": "value", "enum": ["Chef@1"]}
service-schema.json
task
Update a function app with .NET, Python, JavaScript, PowerShell, Java based web applications
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureFunctionApp@2"]}
service-schema.json
task
Update a function app with .NET, Python, JavaScript, PowerShell, Java based web applications
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureFunctionApp@1"]}
service-schema.json
task
Don't use this task if you're also using the npm task. Provides npm credentials to an .npmrc file in your repository for the scope of the build. This enables npm task runners like gulp and Grunt to authenticate with private registries.
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["npmAuthenticate@0"]}
service-schema.json
task
Build with MSBuild
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["MSBuild@1"]}
service-schema.json
task
Build a machine image using Packer, which may be used for Azure Virtual machine scale set deployment
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["PackerBuild@0"]}
service-schema.json
task
Build a machine image using Packer, which may be used for Azure Virtual machine scale set deployment
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["PackerBuild@1"]}
service-schema.json
task
Deprecated: use the “NuGet” task instead. It works with the new Tool Installer framework so you can easily use new versions of NuGet without waiting for a task update, provides better support for authenticated feeds outside this organization/collection, and uses NuGet 4 by default.
{"deprecationMessage": "NuGetPackager is deprecated - Deprecated: use the \u201cNuGet\u201d task instead. It works with the new Tool Installer framework so you can easily use new versions of NuGet without waiting for a task update, provides better support for authenticated feeds outside this organization/collection, and uses NuGet 4 by default.", "doNotSuggest": true, "ignoreCase": "value", "enum": ["NuGetPackager@0"]}
service-schema.json
task
Install a specified version of Duffle for installing and managing CNAB bundles
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["DuffleInstaller@0"]}
service-schema.json
task
Automatically updates the versions of a packaged Service Fabric application.
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["ServiceFabricUpdateAppVersions@1"]}
service-schema.json
task
Automatically update portions of application and service manifests in a packaged Azure Service Fabric application
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["ServiceFabricUpdateManifests@2"]}
service-schema.json
task
Observe the configured Azure Monitor rules for active alerts
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureMonitor@1"]}
service-schema.json
task
Observe the configured classic Azure Monitor rules for active alerts
{"deprecationMessage": "AzureMonitor is deprecated - Observe the configured classic Azure Monitor rules for active alerts", "doNotSuggest": true, "ignoreCase": "value", "enum": ["AzureMonitor@0"]}
service-schema.json
task
Connect or disconnect an Azure virtual machine's network interface to a Load Balancer's back end address pool
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureNLBManagement@1"]}
service-schema.json
task
Run an Apache JMeter load test in the cloud
{"deprecationMessage": "ApacheJMeterLoadTest is deprecated - Run an Apache JMeter load test in the cloud", "doNotSuggest": true, "ignoreCase": "value", "enum": ["ApacheJMeterLoadTest@1"]}
service-schema.json
task
Build, push or run multi-container Docker applications. Task can be used with Docker or Azure Container registry.
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["DockerCompose@0"]}
service-schema.json
task
Configure alerts on available metrics for an Azure resource (Deprecated)
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureMonitorAlerts@0"]}
service-schema.json
task
[Deprecated] Test mobile apps with Xamarin Test Cloud using Xamarin.UITest. Instead, use the 'App Center test' task.
{"deprecationMessage": "XamarinTestCloud is deprecated - [Deprecated] Test mobile apps with Xamarin Test Cloud using Xamarin.UITest. Instead, use the 'App Center test' task.", "doNotSuggest": true, "ignoreCase": "value", "enum": ["XamarinTestCloud@1"]}
service-schema.json
task
Deploy an Azure Service Fabric application to a cluster
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["ServiceFabricDeploy@1"]}
service-schema.json
task
Build, test, or archive an Xcode workspace on macOS. Optionally package an app.
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["Xcode@5"]}
service-schema.json
task
Build an Xcode workspace on macOS
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["Xcode@3"]}
service-schema.json
task
Build, test, or archive an Xcode workspace on macOS. Optionally package an app.
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["Xcode@4"]}
service-schema.json
task
Build an Xcode workspace on Mac OS
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["Xcode@2"]}
service-schema.json
task
Deprecated: use the “NuGet” task instead. It works with the new Tool Installer framework so you can easily use new versions of NuGet without waiting for a task update, provides better support for authenticated feeds outside this organization/collection, and uses NuGet 4 by default.
{"deprecationMessage": "NuGetPublisher is deprecated - Deprecated: use the \u201cNuGet\u201d task instead. It works with the new Tool Installer framework so you can easily use new versions of NuGet without waiting for a task update, provides better support for authenticated feeds outside this organization/collection, and uses NuGet 4 by default.", "doNotSuggest": true, "ignoreCase": "value", "enum": ["NuGetPublisher@0"]}
service-schema.json
task
Execute a work item query and check the number of items returned
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["queryWorkItems@0"]}
service-schema.json
task
Deploy containers to Azure App Service
{"doNotSuggest": false, "ignoreCase": "value", "enum": ["AzureWebAppContainer@1"]}