schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
service-schema.json | SessionVariables | Session Variables | {"type": "string", "ignoreCase": "key"} |
service-schema.json | RunPowershellInParallel | Run PowerShell in Parallel | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | ResourceFilteringMethod | Select Machines By | {"ignoreCase": "all", "enum": ["machineNames", "tags"]} |
service-schema.json | MachineNames | Filter Criteria | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Publish code coverage results v2
Publish any of the code coverage results from a build | {"ignoreCase": "value", "pattern": "^PublishCodeCoverageResults@2$"} |
service-schema.json | inputs | Publish code coverage results v2 inputs | {"properties": {"summaryFileLocation": {"type": "string", "ignoreCase": "key"}, "pathToSources": {"type": "string", "ignoreCase": "key"}, "failIfCoverageEmpty": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["summaryFileLocation"]} |
service-schema.json | summaryFileLocation | Path to summary files | {"type": "string", "ignoreCase": "key"} |
service-schema.json | pathToSources | Path to Source files | {"type": "string", "ignoreCase": "key"} |
service-schema.json | failIfCoverageEmpty | Fail if code coverage results are missing | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Publish code coverage results
Publish Cobertura or JaCoCo code coverage results from a build | {"ignoreCase": "value", "pattern": "^PublishCodeCoverageResults@1$"} |
service-schema.json | inputs | Publish code coverage results inputs | {"properties": {"codeCoverageTool": {"ignoreCase": "all", "enum": ["Cobertura", "JaCoCo"]}, "summaryFileLocation": {"type": "string", "ignoreCase": "key"}, "pathToSources": {"type": "string", "ignoreCase": "key"}, "reportDirectory": {"type": "string", "ignoreCase": "key"}, "additionalCodeCoverageFiles": {"type": "string", "ignoreCase": "key"}, "failIfCoverageEmpty": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["summaryFileLocation"]} |
service-schema.json | codeCoverageTool | Code coverage tool | {"ignoreCase": "all", "enum": ["Cobertura", "JaCoCo"]} |
service-schema.json | summaryFileLocation | Summary file | {"type": "string", "ignoreCase": "key"} |
service-schema.json | pathToSources | Path to Source files | {"type": "string", "ignoreCase": "key"} |
service-schema.json | reportDirectory | Report directory | {"type": "string", "ignoreCase": "key"} |
service-schema.json | additionalCodeCoverageFiles | Additional files | {"type": "string", "ignoreCase": "key"} |
service-schema.json | failIfCoverageEmpty | Fail when code coverage results are missing | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Run functional tests
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. | {"ignoreCase": "value", "pattern": "^RunVisualStudioTestsusingTestAgent@1$"} |
service-schema.json | inputs | Run functional tests inputs | {"properties": {"testMachineGroup": {"type": "string", "ignoreCase": "key"}, "dropLocation": {"type": "string", "ignoreCase": "key"}, "testSelection": {"ignoreCase": "all", "enum": ["testAssembly", "testPlan"]}, "testPlan": {"type": "string", "ignoreCase": "key"}, "testSuite": {"type": "string", "ignoreCase": "key"}, "testConfiguration": {"type": "string", "ignoreCase": "key"}, "sourcefilters": {"type": "string", "ignoreCase": "key"}, "testFilterCriteria": {"type": "string", "ignoreCase": "key"}, "runSettingsFile": {"type": "string", "ignoreCase": "key"}, "overrideRunParams": {"type": "string", "ignoreCase": "key"}, "codeCoverageEnabled": {"type": "boolean", "ignoreCase": "key"}, "customSlicingEnabled": {"type": "boolean", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "platform": {"type": "string", "ignoreCase": "key"}, "configuration": {"type": "string", "ignoreCase": "key"}, "testConfigurations": {"type": "string", "ignoreCase": "key"}, "autMachineGroup": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["testMachineGroup", "dropLocation"]} |
service-schema.json | testMachineGroup | Machines | {"type": "string", "ignoreCase": "key"} |
service-schema.json | dropLocation | Test Drop Location | {"type": "string", "ignoreCase": "key"} |
service-schema.json | testSelection | Test Selection | {"ignoreCase": "all", "enum": ["testAssembly", "testPlan"]} |
service-schema.json | testPlan | Test Plan | {"type": "string", "ignoreCase": "key"} |
service-schema.json | testSuite | Test Suite | {"type": "string", "ignoreCase": "key"} |
service-schema.json | testConfiguration | Test Configuration | {"type": "string", "ignoreCase": "key"} |
service-schema.json | sourcefilters | Test Assembly | {"type": "string", "ignoreCase": "key"} |
service-schema.json | testFilterCriteria | Test Filter criteria | {"type": "string", "ignoreCase": "key"} |
service-schema.json | runSettingsFile | Run Settings File | {"type": "string", "ignoreCase": "key"} |
service-schema.json | overrideRunParams | Override Test Run Parameters | {"type": "string", "ignoreCase": "key"} |
service-schema.json | codeCoverageEnabled | Code Coverage Enabled | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | customSlicingEnabled | Distribute tests by number of machines | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | testRunTitle | Test Run Title | {"type": "string", "ignoreCase": "key"} |
service-schema.json | platform | Platform | {"type": "string", "ignoreCase": "key"} |
service-schema.json | configuration | Configuration | {"type": "string", "ignoreCase": "key"} |
service-schema.json | testConfigurations | Test Configurations | {"type": "string", "ignoreCase": "key"} |
service-schema.json | autMachineGroup | Application Under Test Machines | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Manual intervention
Pause deployment and wait for manual intervention | {"ignoreCase": "value", "pattern": "^ManualIntervention@8$"} |
service-schema.json | inputs | Manual intervention inputs | {"properties": {"instructions": {"type": "string", "ignoreCase": "key"}, "emailRecipients": {"type": "string", "ignoreCase": "key"}, "onTimeout": {"ignoreCase": "all", "enum": ["reject", "resume"]}}, "additionalProperties": false, "required": []} |
service-schema.json | instructions | Instructions | {"type": "string", "ignoreCase": "key"} |
service-schema.json | emailRecipients | Notify users | {"type": "string", "ignoreCase": "key"} |
service-schema.json | onTimeout | On timeout | {"ignoreCase": "all", "enum": ["reject", "resume"]} |
service-schema.json | task | Install Apple Provisioning Profile
Install an Apple provisioning profile required to build on a macOS agent | {"ignoreCase": "value", "pattern": "^InstallAppleProvisioningProfile@0$"} |
service-schema.json | inputs | Install Apple Provisioning Profile inputs | {"properties": {"provProfileSecureFile": {"type": "string", "ignoreCase": "key"}, "removeProfile": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["provProfileSecureFile"]} |
service-schema.json | provProfileSecureFile | Provisioning Profile | {"type": "string", "ignoreCase": "key"} |
service-schema.json | removeProfile | Remove Profile After Build | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Install Apple provisioning profile
Install an Apple provisioning profile required to build on a macOS agent machine | {"ignoreCase": "value", "pattern": "^InstallAppleProvisioningProfile@1$"} |
service-schema.json | inputs | Install Apple provisioning profile inputs | {"properties": {"provisioningProfileLocation": {"ignoreCase": "all", "enum": ["secureFiles", "sourceRepository"]}, "provProfileSecureFile": {"type": "string", "ignoreCase": "key"}, "provProfileSourceRepository": {"type": "string", "ignoreCase": "key"}, "removeProfile": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | provisioningProfileLocation | Provisioning profile location | {"ignoreCase": "all", "enum": ["secureFiles", "sourceRepository"]} |
service-schema.json | provProfileSecureFile | Provisioning profile | {"type": "string", "ignoreCase": "key"} |
service-schema.json | provProfileSourceRepository | Provisioning profile | {"type": "string", "ignoreCase": "key"} |
service-schema.json | removeProfile | Remove profile after build | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | SonarQube for MSBuild - End Analysis
[DEPRECATED] Finish the analysis and upload the results to SonarQube | {"ignoreCase": "value", "pattern": "^SonarQubePostTest@1$"} |
service-schema.json | inputs | SonarQube for MSBuild - End Analysis inputs | {"properties": {}, "additionalProperties": false, "required": []} |
service-schema.json | task | PyPI publisher
Create and upload an sdist or wheel to a PyPI-compatible index using Twine | {"ignoreCase": "value", "pattern": "^PyPIPublisher@0$"} |
service-schema.json | inputs | PyPI publisher inputs | {"properties": {"pypiConnection": {"type": "string", "ignoreCase": "key", "aliases": ["serviceEndpoint"]}, "packageDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["wd"]}, "alsoPublishWheel": {"type": "boolean", "ignoreCase": "key", "aliases": ["wheel"]}}, "additionalProperties": false, "required": ["pypiConnection", "packageDirectory"]} |
service-schema.json | pypiConnection | PyPI service connection | {"type": "string", "ignoreCase": "key", "aliases": ["serviceEndpoint"]} |
service-schema.json | packageDirectory | Python package directory | {"type": "string", "ignoreCase": "key", "aliases": ["wd"]} |
service-schema.json | alsoPublishWheel | Also publish a wheel | {"type": "boolean", "ignoreCase": "key", "aliases": ["wheel"]} |
service-schema.json | task | Chef Knife
Run scripts with Knife commands on your Chef workstation | {"ignoreCase": "value", "pattern": "^ChefKnife@1$"} |
service-schema.json | inputs | Chef Knife inputs | {"properties": {"ConnectedServiceName": {"type": "string", "ignoreCase": "key"}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "ScriptArguments": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["ConnectedServiceName", "ScriptPath"]} |
service-schema.json | ConnectedServiceName | Chef Subscription | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ScriptPath | Script Path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ScriptArguments | Script Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Go tool installer
Find in cache or download a specific version of Go and add it to the PATH | {"ignoreCase": "value", "pattern": "^GoTool@0$"} |
service-schema.json | inputs | Go tool installer inputs | {"properties": {"version": {"type": "string", "ignoreCase": "key"}, "goPath": {"type": "string", "ignoreCase": "key"}, "goBin": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | version | Version | {"type": "string", "ignoreCase": "key"} |
service-schema.json | goPath | GOPATH | {"type": "string", "ignoreCase": "key"} |
service-schema.json | goBin | GOBIN | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Xcode Package iOS
Generate an .ipa file from Xcode build output using xcrun (Xcode 7 or below) | {"ignoreCase": "value", "pattern": "^XcodePackageiOS@0$"} |
service-schema.json | inputs | Xcode Package iOS inputs | {"properties": {"appName": {"type": "string", "ignoreCase": "key"}, "ipaName": {"type": "string", "ignoreCase": "key"}, "provisioningProfile": {"type": "string", "ignoreCase": "key"}, "sdk": {"type": "string", "ignoreCase": "key"}, "appPath": {"type": "string", "ignoreCase": "key"}, "ipaPath": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["provisioningProfile"]} |
service-schema.json | appName | Name of .app | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ipaName | Name of .ipa | {"type": "string", "ignoreCase": "key"} |
service-schema.json | provisioningProfile | Provisioning Profile Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | sdk | SDK | {"type": "string", "ignoreCase": "key"} |
service-schema.json | appPath | Path to .app | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ipaPath | Path to place .ipa | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Go
Get, build, or test a Go application, or run a custom Go command | {"ignoreCase": "value", "pattern": "^Go@0$"} |
service-schema.json | inputs | Go inputs | {"properties": {"command": {"ignoreCase": "all", "enum": ["get", "build", "test", "custom"]}, "customCommand": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | command | Command | {"ignoreCase": "all", "enum": ["get", "build", "test", "custom"]} |
service-schema.json | customCommand | Custom command | {"type": "string", "ignoreCase": "key"} |
service-schema.json | arguments | Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | workingDirectory | Working directory | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Publish Pipeline Metadata
Publish Pipeline Metadata to Evidence store | {"ignoreCase": "value", "pattern": "^PublishPipelineMetadata@0$"} |
service-schema.json | inputs | Publish Pipeline Metadata inputs | {"properties": {}, "additionalProperties": false, "required": []} |
service-schema.json | task | Docker
Build, tag, push, or run Docker images, or run a Docker command | {"ignoreCase": "value", "pattern": "^Docker@0$"} |
service-schema.json | inputs | Docker inputs | {"properties": {"containerregistrytype": {"ignoreCase": "all", "enum": ["Azure Container Registry", "Container Registry"]}, "dockerRegistryConnection": {"type": "string", "ignoreCase": "key", "aliases": ["dockerRegistryEndpoint"]}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["azureSubscriptionEndpoint"]}, "azureContainerRegistry": {"type": "string", "ignoreCase": "key"}, "action": {"ignoreCase": "all", "enum": ["Build an image", "Tag images", "Push an image", "Push images", "Run an image", "Run a Docker command"]}, "dockerFile": {"type": "string", "ignoreCase": "key"}, "addBaseImageData": {"type": "boolean", "ignoreCase": "key"}, "buildArguments": {"type": "string", "ignoreCase": "key"}, "defaultContext": {"type": "boolean", "ignoreCase": "key"}, "context": {"type": "string", "ignoreCase": "key"}, "imageName": {"type": "string", "ignoreCase": "key"}, "imageNamesPath": {"type": "string", "ignoreCase": "key"}, "qualifyImageName": {"type": "boolean", "ignoreCase": "key"}, "additionalImageTags": {"type": "string", "ignoreCase": "key"}, "includeSourceTags": {"type": "boolean", "ignoreCase": "key"}, "includeLatestTag": {"type": "boolean", "ignoreCase": "key"}, "imageDigestFile": {"type": "string", "ignoreCase": "key"}, "containerName": {"type": "string", "ignoreCase": "key"}, "ports": {"type": "string", "ignoreCase": "key"}, "volumes": {"type": "string", "ignoreCase": "key"}, "envVars": {"type": "string", "ignoreCase": "key"}, "workDir": {"type": "string", "ignoreCase": "key"}, "entrypoint": {"type": "string", "ignoreCase": "key"}, "containerCommand": {"type": "string", "ignoreCase": "key"}, "detached": {"type": "boolean", "ignoreCase": "key"}, "restartPolicy": {"ignoreCase": "all", "enum": ["no", "onFailure", "always", "unlessStopped"]}, "restartMaxRetries": {"type": "string", "ignoreCase": "key"}, "customCommand": {"type": "string", "ignoreCase": "key"}, "dockerHostEndpoint": {"type": "string", "ignoreCase": "key"}, "enforceDockerNamingConvention": {"type": "boolean", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "memory": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | containerregistrytype | Container Registry Type | {"ignoreCase": "all", "enum": ["Azure Container Registry", "Container Registry"]} |
service-schema.json | dockerRegistryConnection | Docker Registry Service Connection | {"type": "string", "ignoreCase": "key", "aliases": ["dockerRegistryEndpoint"]} |
service-schema.json | azureSubscription | Azure subscription | {"type": "string", "ignoreCase": "key", "aliases": ["azureSubscriptionEndpoint"]} |
service-schema.json | azureContainerRegistry | Azure Container Registry | {"type": "string", "ignoreCase": "key"} |
service-schema.json | action | Action | {"ignoreCase": "all", "enum": ["Build an image", "Tag images", "Push an image", "Push images", "Run an image", "Run a Docker command"]} |
service-schema.json | dockerFile | Docker File | {"type": "string", "ignoreCase": "key"} |
service-schema.json | addBaseImageData | Add base image metadata to image(s) | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | buildArguments | Build Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | defaultContext | Use Default Build Context | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | context | Build Context | {"type": "string", "ignoreCase": "key"} |
service-schema.json | imageName | Image Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | imageNamesPath | Image Names Path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | qualifyImageName | Qualify Image Name | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | additionalImageTags | Additional Image Tags | {"type": "string", "ignoreCase": "key"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.