schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
service-schema.json
DeployInParallel
Deploy in Parallel
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
ResourceFilteringMethod
Select Machines By
{"ignoreCase": "all", "enum": ["machineNames", "tags"]}
service-schema.json
MachineFilter
Deploy to Machines
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Cloud-based load test Run a load test in the cloud with Azure Pipelines
{"ignoreCase": "value", "pattern": "^CloudLoadTest@1$"}
service-schema.json
inputs
Cloud-based load test inputs
{"properties": {"connectedServiceName": {"type": "string", "ignoreCase": "key"}, "TestDrop": {"type": "string", "ignoreCase": "key"}, "LoadTest": {"type": "string", "ignoreCase": "key"}, "activeRunSettings": {"ignoreCase": "all", "enum": ["useFile", "changeActive"]}, "runSettingName": {"type": "string", "ignoreCase": "key"}, "testContextParameters": {"type": "string", "ignoreCase": "key"}, "TestSettings": {"type": "string", "ignoreCase": "key"}, "ThresholdLimit": {"type": "string", "ignoreCase": "key"}, "MachineType": {"ignoreCase": "all", "enum": ["0", "2"]}, "resourceGroupName": {"type": "string", "ignoreCase": "key"}, "numOfSelfProvisionedAgents": {"type": "integer", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["LoadTest"]}
service-schema.json
connectedServiceName
Azure Pipelines Connection
{"type": "string", "ignoreCase": "key"}
service-schema.json
TestDrop
Load test files folder
{"type": "string", "ignoreCase": "key"}
service-schema.json
LoadTest
Load test file
{"type": "string", "ignoreCase": "key"}
service-schema.json
activeRunSettings
Active Run Settings
{"ignoreCase": "all", "enum": ["useFile", "changeActive"]}
service-schema.json
runSettingName
Specify the name of the Run Settings
{"type": "string", "ignoreCase": "key"}
service-schema.json
testContextParameters
Override load test context parameters
{"type": "string", "ignoreCase": "key"}
service-schema.json
TestSettings
Test settings file
{"type": "string", "ignoreCase": "key"}
service-schema.json
ThresholdLimit
Number of permissible threshold violations
{"type": "string", "ignoreCase": "key"}
service-schema.json
MachineType
Run load test using
{"ignoreCase": "all", "enum": ["0", "2"]}
service-schema.json
resourceGroupName
Resource group rig
{"type": "string", "ignoreCase": "key"}
service-schema.json
numOfSelfProvisionedAgents
Number of agents to use
{"type": "integer", "ignoreCase": "key"}
service-schema.json
task
Kubectl tool installer Install Kubectl on agent machine
{"ignoreCase": "value", "pattern": "^KubectlInstaller@0$"}
service-schema.json
inputs
Kubectl tool installer inputs
{"properties": {"kubectlVersion": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}
service-schema.json
kubectlVersion
Kubectl Version Spec
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Command Line Run a command line with arguments
{"ignoreCase": "value", "pattern": "^CmdLine@1$"}
service-schema.json
inputs
Command Line inputs
{"properties": {"filename": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "workingFolder": {"type": "string", "ignoreCase": "key"}, "failOnStandardError": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["filename"]}
service-schema.json
filename
Tool
{"type": "string", "ignoreCase": "key"}
service-schema.json
arguments
Arguments
{"type": "string", "ignoreCase": "key"}
service-schema.json
workingFolder
Working folder
{"type": "string", "ignoreCase": "key"}
service-schema.json
failOnStandardError
Fail on Standard Error
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
task
Command line Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
{"ignoreCase": "value", "pattern": "^CmdLine@2$"}
service-schema.json
inputs
Command line inputs
{"properties": {"script": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key"}, "failOnStderr": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}
service-schema.json
script
Script
{"type": "string", "ignoreCase": "key"}
service-schema.json
workingDirectory
Working Directory
{"type": "string", "ignoreCase": "key"}
service-schema.json
failOnStderr
Fail on Standard Error
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
task
NuGet command 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.
{"ignoreCase": "value", "pattern": "^NuGet@0$"}
service-schema.json
inputs
NuGet command inputs
{"properties": {"command": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["command"]}
service-schema.json
command
Command
{"type": "string", "ignoreCase": "key"}
service-schema.json
arguments
Arguments
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Container Build Container Build Task
{"ignoreCase": "value", "pattern": "^ContainerBuild@0$"}
service-schema.json
inputs
Container Build inputs
{"properties": {"dockerRegistryServiceConnection": {"type": "string", "ignoreCase": "key"}, "repository": {"type": "string", "ignoreCase": "key"}, "Dockerfile": {"type": "string", "ignoreCase": "key"}, "buildContext": {"type": "string", "ignoreCase": "key"}, "tags": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}
service-schema.json
dockerRegistryServiceConnection
Docker registry service connection
{"type": "string", "ignoreCase": "key"}
service-schema.json
repository
Container repository
{"type": "string", "ignoreCase": "key"}
service-schema.json
Dockerfile
Dockerfile
{"type": "string", "ignoreCase": "key"}
service-schema.json
buildContext
Build context
{"type": "string", "ignoreCase": "key"}
service-schema.json
tags
Tags
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
NuGet Restore, pack, or push NuGet packages, or run a NuGet command. Supports NuGet.org and authenticated feeds like Azure Artifacts and MyGet. Uses NuGet.exe and works with .NET Framework apps. For .NET Core and .NET Standard apps, use the .NET Core task.
{"ignoreCase": "value", "pattern": "^NuGetCommand@2$"}
service-schema.json
inputs
NuGet inputs
{"properties": {"command": {"ignoreCase": "all", "enum": ["restore", "pack", "push", "custom"]}, "restoreSolution": {"type": "string", "ignoreCase": "key", "aliases": ["solution"]}, "feedsToUse": {"ignoreCase": "all", "enum": ["select", "config"], "aliases": ["selectOrConfig"]}, "vstsFeed": {"type": "string", "ignoreCase": "key", "aliases": ["feedRestore"]}, "includeNuGetOrg": {"type": "boolean", "ignoreCase": "key"}, "nugetConfigPath": {"type": "string", "ignoreCase": "key"}, "externalFeedCredentials": {"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoints"]}, "noCache": {"type": "boolean", "ignoreCase": "key"}, "disableParallelProcessing": {"type": "boolean", "ignoreCase": "key"}, "restoreDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["packagesDirectory"]}, "verbosityRestore": {"ignoreCase": "all", "enum": ["Quiet", "Normal", "Detailed"]}, "packagesToPush": {"type": "string", "ignoreCase": "key", "aliases": ["searchPatternPush"]}, "nuGetFeedType": {"ignoreCase": "all", "enum": ["internal", "external"]}, "publishVstsFeed": {"type": "string", "ignoreCase": "key", "aliases": ["feedPublish"]}, "publishPackageMetadata": {"type": "boolean", "ignoreCase": "key"}, "allowPackageConflicts": {"type": "boolean", "ignoreCase": "key"}, "publishFeedCredentials": {"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoint"]}, "verbosityPush": {"ignoreCase": "all", "enum": ["Quiet", "Normal", "Detailed"]}, "packagesToPack": {"type": "string", "ignoreCase": "key", "aliases": ["searchPatternPack"]}, "configuration": {"type": "string", "ignoreCase": "key", "aliases": ["configurationToPack"]}, "packDestination": {"type": "string", "ignoreCase": "key", "aliases": ["outputDir"]}, "versioningScheme": {"ignoreCase": "all", "enum": ["off", "byPrereleaseNumber", "byEnvVar", "byBuildNumber"]}, "includeReferencedProjects": {"type": "boolean", "ignoreCase": "key"}, "versionEnvVar": {"type": "string", "ignoreCase": "key"}, "majorVersion": {"type": "string", "ignoreCase": "key", "aliases": ["requestedMajorVersion"]}, "minorVersion": {"type": "string", "ignoreCase": "key", "aliases": ["requestedMinorVersion"]}, "patchVersion": {"type": "string", "ignoreCase": "key", "aliases": ["requestedPatchVersion"]}, "packTimezone": {"ignoreCase": "all", "enum": ["utc", "local"]}, "includeSymbols": {"type": "boolean", "ignoreCase": "key"}, "toolPackage": {"type": "boolean", "ignoreCase": "key"}, "buildProperties": {"type": "string", "ignoreCase": "key"}, "basePath": {"type": "string", "ignoreCase": "key"}, "verbosityPack": {"ignoreCase": "all", "enum": ["Quiet", "Normal", "Detailed"]}, "arguments": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}
service-schema.json
command
Command
{"ignoreCase": "all", "enum": ["restore", "pack", "push", "custom"]}
service-schema.json
restoreSolution
Path to solution, packages.config, or project.json
{"type": "string", "ignoreCase": "key", "aliases": ["solution"]}
service-schema.json
feedsToUse
Feeds to use
{"ignoreCase": "all", "enum": ["select", "config"], "aliases": ["selectOrConfig"]}
service-schema.json
vstsFeed
Use packages from this Azure Artifacts/TFS feed
{"type": "string", "ignoreCase": "key", "aliases": ["feedRestore"]}
service-schema.json
includeNuGetOrg
Use packages from NuGet.org
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
nugetConfigPath
Path to NuGet.config
{"type": "string", "ignoreCase": "key"}
service-schema.json
externalFeedCredentials
Credentials for feeds outside this organization/collection
{"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoints"]}
service-schema.json
noCache
Disable local cache
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
disableParallelProcessing
Disable parallel processing
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
restoreDirectory
Destination directory
{"type": "string", "ignoreCase": "key", "aliases": ["packagesDirectory"]}
service-schema.json
verbosityRestore
Verbosity
{"ignoreCase": "all", "enum": ["Quiet", "Normal", "Detailed"]}
service-schema.json
packagesToPush
Path to NuGet package(s) to publish
{"type": "string", "ignoreCase": "key", "aliases": ["searchPatternPush"]}
service-schema.json
nuGetFeedType
Target feed location
{"ignoreCase": "all", "enum": ["internal", "external"]}
service-schema.json
publishVstsFeed
Target feed
{"type": "string", "ignoreCase": "key", "aliases": ["feedPublish"]}
service-schema.json
publishPackageMetadata
Publish pipeline metadata
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
allowPackageConflicts
Allow duplicates to be skipped
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
publishFeedCredentials
NuGet server
{"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoint"]}
service-schema.json
verbosityPush
Verbosity
{"ignoreCase": "all", "enum": ["Quiet", "Normal", "Detailed"]}
service-schema.json
packagesToPack
Path to csproj or nuspec file(s) to pack
{"type": "string", "ignoreCase": "key", "aliases": ["searchPatternPack"]}
service-schema.json
configuration
Configuration to package
{"type": "string", "ignoreCase": "key", "aliases": ["configurationToPack"]}
service-schema.json
packDestination
Package folder
{"type": "string", "ignoreCase": "key", "aliases": ["outputDir"]}
service-schema.json
versioningScheme
Automatic package versioning
{"ignoreCase": "all", "enum": ["off", "byPrereleaseNumber", "byEnvVar", "byBuildNumber"]}
service-schema.json
includeReferencedProjects
Include referenced projects
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
versionEnvVar
Environment variable
{"type": "string", "ignoreCase": "key"}
service-schema.json
majorVersion
Major
{"type": "string", "ignoreCase": "key", "aliases": ["requestedMajorVersion"]}
service-schema.json
minorVersion
Minor
{"type": "string", "ignoreCase": "key", "aliases": ["requestedMinorVersion"]}
service-schema.json
patchVersion
Patch
{"type": "string", "ignoreCase": "key", "aliases": ["requestedPatchVersion"]}
service-schema.json
packTimezone
Time zone
{"ignoreCase": "all", "enum": ["utc", "local"]}
service-schema.json
includeSymbols
Create symbols package
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
toolPackage
Tool Package
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
buildProperties
Additional build properties
{"type": "string", "ignoreCase": "key"}
service-schema.json
basePath
Base path
{"type": "string", "ignoreCase": "key"}
service-schema.json
verbosityPack
Verbosity
{"ignoreCase": "all", "enum": ["Quiet", "Normal", "Detailed"]}
service-schema.json
arguments
Command and arguments
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
NuGet Installer Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.
{"ignoreCase": "value", "pattern": "^NuGetInstaller@0$"}
service-schema.json
inputs
NuGet Installer inputs
{"properties": {"solution": {"type": "string", "ignoreCase": "key"}, "nugetConfigPath": {"type": "string", "ignoreCase": "key"}, "restoreMode": {"ignoreCase": "all", "enum": ["restore", "install"]}, "noCache": {"type": "boolean", "ignoreCase": "key"}, "nuGetRestoreArgs": {"type": "string", "ignoreCase": "key"}, "verbosity": {"ignoreCase": "all", "enum": ["-", "Quiet", "Normal", "Detailed"]}, "nuGetVersion": {"ignoreCase": "all", "enum": ["3.3.0", "3.5.0.1829", "4.0.0.2283", "custom"]}, "nuGetPath": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}
service-schema.json
solution
Path to solution or packages.config
{"type": "string", "ignoreCase": "key"}
service-schema.json
nugetConfigPath
Path to NuGet.config
{"type": "string", "ignoreCase": "key"}
service-schema.json
restoreMode
Installation type
{"ignoreCase": "all", "enum": ["restore", "install"]}
service-schema.json
noCache
Disable local cache
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
nuGetRestoreArgs
NuGet arguments
{"type": "string", "ignoreCase": "key"}
service-schema.json
verbosity
Verbosity
{"ignoreCase": "all", "enum": ["-", "Quiet", "Normal", "Detailed"]}
service-schema.json
nuGetVersion
NuGet Version
{"ignoreCase": "all", "enum": ["3.3.0", "3.5.0.1829", "4.0.0.2283", "custom"]}
service-schema.json
nuGetPath
Path to NuGet.exe
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
NuGet Restore Restores NuGet packages in preparation for a Visual Studio Build step.
{"ignoreCase": "value", "pattern": "^NuGetRestore@1$"}
service-schema.json
inputs
NuGet Restore inputs
{"properties": {"solution": {"type": "string", "ignoreCase": "key"}, "selectOrConfig": {"ignoreCase": "all", "enum": ["select", "config"]}, "feed": {"type": "string", "ignoreCase": "key"}, "includeNuGetOrg": {"type": "boolean", "ignoreCase": "key"}, "nugetConfigPath": {"type": "string", "ignoreCase": "key"}, "noCache": {"type": "boolean", "ignoreCase": "key"}, "packagesDirectory": {"type": "string", "ignoreCase": "key"}, "verbosity": {"ignoreCase": "all", "enum": ["-", "Quiet", "Normal", "Detailed"]}}, "additionalProperties": false, "required": []}
service-schema.json
solution
Path to solution, packages.config, or project.json
{"type": "string", "ignoreCase": "key"}
service-schema.json
selectOrConfig
Feeds to use
{"ignoreCase": "all", "enum": ["select", "config"]}
service-schema.json
feed
Use packages from this VSTS feed
{"type": "string", "ignoreCase": "key"}
service-schema.json
includeNuGetOrg
Use packages from NuGet.org
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
nugetConfigPath
Path to NuGet.config
{"type": "string", "ignoreCase": "key"}
service-schema.json
noCache
Disable local cache
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
packagesDirectory
Destination directory
{"type": "string", "ignoreCase": "key"}
service-schema.json
verbosity
Verbosity
{"ignoreCase": "all", "enum": ["-", "Quiet", "Normal", "Detailed"]}
service-schema.json
task
Delay Delay further execution of a workflow by a fixed time
{"ignoreCase": "value", "pattern": "^Delay@1$"}
service-schema.json
inputs
Delay inputs
{"properties": {"delayForMinutes": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}
service-schema.json
delayForMinutes
Delay Time (minutes)
{"type": "string", "ignoreCase": "key"}