schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
service-schema.json
dontDistribute
Replicate tests instead of distributing when multiple agents are used in the job
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
testRunTitle
Test run title
{"type": "string", "ignoreCase": "key"}
service-schema.json
platform
Build platform
{"type": "string", "ignoreCase": "key"}
service-schema.json
configuration
Build configuration
{"type": "string", "ignoreCase": "key"}
service-schema.json
publishRunAttachments
Upload test attachments
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
failOnMinTestsNotRun
Fail the task if a minimum number of tests are not run.
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
minimumExpectedTests
Minimum # of tests
{"type": "string", "ignoreCase": "key"}
service-schema.json
diagnosticsEnabled
Collect advanced diagnostics in case of catastrophic failures
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
collectDumpOn
Collect process dump and attach to test run report
{"ignoreCase": "all", "enum": ["onAbortOnly", "always", "never"]}
service-schema.json
rerunFailedTests
Rerun failed tests
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
rerunType
Do not rerun if test failures exceed specified threshold
{"ignoreCase": "all", "enum": ["basedOnTestFailurePercentage", "basedOnTestFailureCount"]}
service-schema.json
rerunFailedThreshold
% failure
{"type": "string", "ignoreCase": "key"}
service-schema.json
rerunFailedTestCasesMaxLimit
# of failed tests
{"type": "string", "ignoreCase": "key"}
service-schema.json
rerunMaxAttempts
Maximum # of attempts
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Manual validation [PREVIEW] Pause a pipeline run to wait for manual interaction. Works only with YAML pipelines.
{"ignoreCase": "value", "pattern": "^ManualValidation@0$"}
service-schema.json
inputs
Manual validation inputs
{"properties": {"notifyUsers": {"type": "string", "ignoreCase": "key"}, "instructions": {"type": "string", "ignoreCase": "key"}, "onTimeout": {"ignoreCase": "all", "enum": ["reject", "resume"]}}, "additionalProperties": false, "required": ["notifyUsers"]}
service-schema.json
notifyUsers
Notify users
{"type": "string", "ignoreCase": "key"}
service-schema.json
instructions
Instructions
{"type": "string", "ignoreCase": "key"}
service-schema.json
onTimeout
On timeout
{"ignoreCase": "all", "enum": ["reject", "resume"]}
service-schema.json
task
Ant Build with Apache Ant
{"ignoreCase": "value", "pattern": "^Ant@1$"}
service-schema.json
inputs
Ant inputs
{"properties": {"buildFile": {"type": "string", "ignoreCase": "key", "aliases": ["antBuildFile"]}, "options": {"type": "string", "ignoreCase": "key"}, "targets": {"type": "string", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "testResultsFiles": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "codeCoverageToolOptions": {"ignoreCase": "all", "enum": ["None", "Cobertura", "JaCoCo"], "aliases": ["codeCoverageTool"]}, "codeCoverageClassFilesDirectories": {"type": "string", "ignoreCase": "key", "aliases": ["classFilesDirectories"]}, "codeCoverageClassFilter": {"type": "string", "ignoreCase": "key", "aliases": ["classFilter"]}, "codeCoverageSourceDirectories": {"type": "string", "ignoreCase": "key", "aliases": ["srcDirectories"]}, "codeCoverageFailIfEmpty": {"type": "boolean", "ignoreCase": "key", "aliases": ["failIfCoverageEmpty"]}, "antHomeDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["antHomeUserInputPath"]}, "javaHomeOption": {"ignoreCase": "all", "enum": ["JDKVersion", "Path"], "aliases": ["javaHomeSelection"]}, "jdkVersionOption": {"ignoreCase": "all", "enum": ["default", "1.11", "1.10", "1.9", "1.8", "1.7", "1.6"], "aliases": ["jdkVersion"]}, "jdkUserInputDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["jdkUserInputPath"]}, "jdkArchitectureOption": {"ignoreCase": "all", "enum": ["x86", "x64"], "aliases": ["jdkArchitecture"]}}, "additionalProperties": false, "required": []}
service-schema.json
buildFile
Ant build file
{"type": "string", "ignoreCase": "key", "aliases": ["antBuildFile"]}
service-schema.json
options
Options
{"type": "string", "ignoreCase": "key"}
service-schema.json
targets
Target(s)
{"type": "string", "ignoreCase": "key"}
service-schema.json
publishJUnitResults
Publish to Azure Pipelines
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
testResultsFiles
Test results files
{"type": "string", "ignoreCase": "key"}
service-schema.json
testRunTitle
Test run title
{"type": "string", "ignoreCase": "key"}
service-schema.json
codeCoverageToolOptions
Code coverage tool
{"ignoreCase": "all", "enum": ["None", "Cobertura", "JaCoCo"], "aliases": ["codeCoverageTool"]}
service-schema.json
codeCoverageClassFilesDirectories
Class files directories
{"type": "string", "ignoreCase": "key", "aliases": ["classFilesDirectories"]}
service-schema.json
codeCoverageClassFilter
Class inclusion/exclusion filters
{"type": "string", "ignoreCase": "key", "aliases": ["classFilter"]}
service-schema.json
codeCoverageSourceDirectories
Source files directories
{"type": "string", "ignoreCase": "key", "aliases": ["srcDirectories"]}
service-schema.json
codeCoverageFailIfEmpty
Fail when code coverage results are missing
{"type": "boolean", "ignoreCase": "key", "aliases": ["failIfCoverageEmpty"]}
service-schema.json
antHomeDirectory
Set ANT_HOME path
{"type": "string", "ignoreCase": "key", "aliases": ["antHomeUserInputPath"]}
service-schema.json
javaHomeOption
Set JAVA_HOME by
{"ignoreCase": "all", "enum": ["JDKVersion", "Path"], "aliases": ["javaHomeSelection"]}
service-schema.json
jdkVersionOption
JDK version
{"ignoreCase": "all", "enum": ["default", "1.11", "1.10", "1.9", "1.8", "1.7", "1.6"], "aliases": ["jdkVersion"]}
service-schema.json
jdkUserInputDirectory
JDK path
{"type": "string", "ignoreCase": "key", "aliases": ["jdkUserInputPath"]}
service-schema.json
jdkArchitectureOption
JDK architecture
{"ignoreCase": "all", "enum": ["x86", "x64"], "aliases": ["jdkArchitecture"]}
service-schema.json
task
Visual Studio test agent deployment Deprecated: Instead, use the 'Visual Studio Test' task to run unit and functional tests
{"ignoreCase": "value", "pattern": "^DeployVisualStudioTestAgent@2$"}
service-schema.json
inputs
Visual Studio test agent deployment inputs
{"properties": {"testMachines": {"type": "string", "ignoreCase": "key"}, "adminUserName": {"type": "string", "ignoreCase": "key"}, "adminPassword": {"type": "string", "ignoreCase": "key"}, "winRmProtocol": {"ignoreCase": "all", "enum": ["Http", "Https"]}, "testCertificate": {"type": "boolean", "ignoreCase": "key"}, "machineUserName": {"type": "string", "ignoreCase": "key"}, "machinePassword": {"type": "string", "ignoreCase": "key"}, "runAsProcess": {"type": "boolean", "ignoreCase": "key"}, "isDataCollectionOnly": {"type": "boolean", "ignoreCase": "key"}, "testPlatform": {"ignoreCase": "all", "enum": ["15.0", "14.0"]}, "agentLocation": {"type": "string", "ignoreCase": "key"}, "updateTestAgent": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["testMachines", "adminUserName", "adminPassword", "machineUserName", "machinePassword"]}
service-schema.json
testMachines
Machines
{"type": "string", "ignoreCase": "key"}
service-schema.json
adminUserName
Admin login
{"type": "string", "ignoreCase": "key"}
service-schema.json
adminPassword
Admin password
{"type": "string", "ignoreCase": "key"}
service-schema.json
winRmProtocol
Protocol
{"ignoreCase": "all", "enum": ["Http", "Https"]}
service-schema.json
testCertificate
Test Certificate
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
machineUserName
Username
{"type": "string", "ignoreCase": "key"}
service-schema.json
machinePassword
Password
{"type": "string", "ignoreCase": "key"}
service-schema.json
runAsProcess
Run UI tests
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
isDataCollectionOnly
Enable data collection only
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
testPlatform
Test agent version
{"ignoreCase": "all", "enum": ["15.0", "14.0"]}
service-schema.json
agentLocation
Test agent location
{"type": "string", "ignoreCase": "key"}
service-schema.json
updateTestAgent
Update test agent
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
task
Visual Studio Test Agent Deployment Deploy and configure Test Agent to run tests on a set of machines
{"ignoreCase": "value", "pattern": "^DeployVisualStudioTestAgent@1$"}
service-schema.json
inputs
Visual Studio Test Agent Deployment inputs
{"properties": {"testMachineGroup": {"type": "string", "ignoreCase": "key"}, "adminUserName": {"type": "string", "ignoreCase": "key"}, "adminPassword": {"type": "string", "ignoreCase": "key"}, "winRmProtocol": {"ignoreCase": "all", "enum": ["Http", "Https"]}, "testCertificate": {"type": "boolean", "ignoreCase": "key"}, "resourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "testMachines": {"type": "string", "ignoreCase": "key"}, "machineUserName": {"type": "string", "ignoreCase": "key"}, "machinePassword": {"type": "string", "ignoreCase": "key"}, "runAsProcess": {"type": "boolean", "ignoreCase": "key"}, "agentLocation": {"type": "string", "ignoreCase": "key"}, "updateTestAgent": {"type": "boolean", "ignoreCase": "key"}, "isDataCollectionOnly": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["testMachineGroup", "machineUserName", "machinePassword"]}
service-schema.json
testMachineGroup
Machines
{"type": "string", "ignoreCase": "key"}
service-schema.json
adminUserName
Admin Login
{"type": "string", "ignoreCase": "key"}
service-schema.json
adminPassword
Admin Password
{"type": "string", "ignoreCase": "key"}
service-schema.json
winRmProtocol
Protocol
{"ignoreCase": "all", "enum": ["Http", "Https"]}
service-schema.json
testCertificate
Test Certificate
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
resourceFilteringMethod
Select Machines By
{"ignoreCase": "all", "enum": ["machineNames", "tags"]}
service-schema.json
testMachines
Filter Criteria
{"type": "string", "ignoreCase": "key"}
service-schema.json
machineUserName
Username
{"type": "string", "ignoreCase": "key"}
service-schema.json
machinePassword
Password
{"type": "string", "ignoreCase": "key"}
service-schema.json
runAsProcess
Interactive Process
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
agentLocation
Test Agent Location
{"type": "string", "ignoreCase": "key"}
service-schema.json
updateTestAgent
Update Test Agent
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
isDataCollectionOnly
Enable Data Collection Only
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
task
Conda environment Create and activate a Conda environment
{"ignoreCase": "value", "pattern": "^CondaEnvironment@0$"}
service-schema.json
inputs
Conda environment inputs
{"properties": {"environmentName": {"type": "string", "ignoreCase": "key"}, "packageSpecs": {"type": "string", "ignoreCase": "key"}, "updateConda": {"type": "boolean", "ignoreCase": "key"}, "createOptions": {"type": "string", "ignoreCase": "key"}, "cleanEnvironment": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["environmentName"]}
service-schema.json
environmentName
Environment name
{"type": "string", "ignoreCase": "key"}
service-schema.json
packageSpecs
Package specs
{"type": "string", "ignoreCase": "key"}
service-schema.json
updateConda
Update to the latest Conda
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
createOptions
Environment creation options
{"type": "string", "ignoreCase": "key"}
service-schema.json
cleanEnvironment
Clean the environment
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
task
Conda environment This task is deprecated. Use `conda` directly in script to work with Anaconda environments.
{"ignoreCase": "value", "pattern": "^CondaEnvironment@1$"}
service-schema.json
inputs
Conda environment inputs
{"properties": {"createCustomEnvironment": {"type": "boolean", "ignoreCase": "key"}, "environmentName": {"type": "string", "ignoreCase": "key"}, "packageSpecs": {"type": "string", "ignoreCase": "key"}, "updateConda": {"type": "boolean", "ignoreCase": "key"}, "installOptions": {"type": "string", "ignoreCase": "key"}, "createOptions": {"type": "string", "ignoreCase": "key"}, "cleanEnvironment": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}
service-schema.json
createCustomEnvironment
Create a custom environment
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
environmentName
Environment name
{"type": "string", "ignoreCase": "key"}
service-schema.json
packageSpecs
Package specs
{"type": "string", "ignoreCase": "key"}
service-schema.json
updateConda
Update to the latest Conda
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
installOptions
Other options for `conda install`
{"type": "string", "ignoreCase": "key"}
service-schema.json
createOptions
Other options for `conda create`
{"type": "string", "ignoreCase": "key"}
service-schema.json
cleanEnvironment
Clean the environment
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
task
Batch script Run a Windows command or batch script and optionally allow it to change the environment
{"ignoreCase": "value", "pattern": "^BatchScript@1$"}
service-schema.json
inputs
Batch script inputs
{"properties": {"filename": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "modifyEnvironment": {"type": "boolean", "ignoreCase": "key"}, "workingFolder": {"type": "string", "ignoreCase": "key"}, "failOnStandardError": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["filename"]}
service-schema.json
filename
Path
{"type": "string", "ignoreCase": "key"}
service-schema.json
arguments
Arguments
{"type": "string", "ignoreCase": "key"}
service-schema.json
modifyEnvironment
Modify Environment
{"type": "boolean", "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
Download Github Npm Package Install npm packages from GitHub.
{"ignoreCase": "value", "pattern": "^DownloadGithubNpmPackage@1$"}
service-schema.json
inputs
Download Github Npm Package inputs
{"properties": {"packageName": {"type": "string", "ignoreCase": "key"}, "version": {"type": "string", "ignoreCase": "key"}, "externalRegistryCredentials": {"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoints"]}, "installDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["packagesDirectory"]}}, "additionalProperties": false, "required": ["packageName", "version", "externalRegistryCredentials"]}
service-schema.json
packageName
Package Name
{"type": "string", "ignoreCase": "key"}
service-schema.json
version
Package Version
{"type": "string", "ignoreCase": "key"}
service-schema.json
externalRegistryCredentials
Credentials for registry from GitHub
{"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoints"]}
service-schema.json
installDirectory
Destination directory
{"type": "string", "ignoreCase": "key", "aliases": ["packagesDirectory"]}
service-schema.json
task
Visual Studio build Build with MSBuild and set the Visual Studio version property
{"ignoreCase": "value", "pattern": "^VSBuild@1$"}
service-schema.json
inputs
Visual Studio build inputs
{"properties": {"solution": {"type": "string", "ignoreCase": "key"}, "vsVersion": {"ignoreCase": "all", "enum": ["latest", "17.0", "16.0", "15.0", "14.0", "12.0", "11.0"]}, "msbuildArgs": {"type": "string", "ignoreCase": "key"}, "platform": {"type": "string", "ignoreCase": "key"}, "configuration": {"type": "string", "ignoreCase": "key"}, "clean": {"type": "boolean", "ignoreCase": "key"}, "maximumCpuCount": {"type": "boolean", "ignoreCase": "key"}, "restoreNugetPackages": {"type": "boolean", "ignoreCase": "key"}, "msbuildArchitecture": {"ignoreCase": "all", "enum": ["x86", "x64"]}, "logProjectEvents": {"type": "boolean", "ignoreCase": "key"}, "createLogFile": {"type": "boolean", "ignoreCase": "key"}, "logFileVerbosity": {"ignoreCase": "all", "enum": ["quiet", "minimal", "normal", "detailed", "diagnostic"]}, "enableDefaultLogger": {"type": "boolean", "ignoreCase": "key"}, "customVersion": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []}
service-schema.json
solution
Solution
{"type": "string", "ignoreCase": "key"}
service-schema.json
vsVersion
Visual Studio Version
{"ignoreCase": "all", "enum": ["latest", "17.0", "16.0", "15.0", "14.0", "12.0", "11.0"]}
service-schema.json
msbuildArgs
MSBuild Arguments
{"type": "string", "ignoreCase": "key"}