schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
service-schema.json | keystorePass | Keystore Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | keystoreAlias | Alias | {"type": "string", "ignoreCase": "key"} |
service-schema.json | keyPass | Key Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | jarsignerArguments | Jarsigner Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | zipalign | Zipalign | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | zipalignLocation | Zipalign Location | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Download pipeline artifact
Download a named artifact from a pipeline to a local path | {"ignoreCase": "value", "pattern": "^DownloadPipelineArtifact@1$"} |
service-schema.json | inputs | Download pipeline artifact inputs | {"properties": {"buildType": {"ignoreCase": "all", "enum": ["current", "specific"]}, "project": {"type": "string", "ignoreCase": "key"}, "pipeline": {"type": "string", "ignoreCase": "key", "aliases": ["definition"]}, "specificBuildWithTriggering": {"type": "boolean", "ignoreCase": "key"}, "buildVersionToDownload": {"ig... |
service-schema.json | buildType | Download artifacts produced by | {"ignoreCase": "all", "enum": ["current", "specific"]} |
service-schema.json | project | Project | {"type": "string", "ignoreCase": "key"} |
service-schema.json | pipeline | Build pipeline | {"type": "string", "ignoreCase": "key", "aliases": ["definition"]} |
service-schema.json | specificBuildWithTriggering | When appropriate, download artifacts from the triggering build. | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | buildVersionToDownload | Build version to download | {"ignoreCase": "all", "enum": ["latest", "latestFromBranch", "specific"]} |
service-schema.json | branchName | Branch name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | pipelineId | Build | {"type": "string", "ignoreCase": "key", "aliases": ["buildId"]} |
service-schema.json | tags | Build Tags | {"type": "string", "ignoreCase": "key"} |
service-schema.json | artifactName | Artifact name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | itemPattern | Matching pattern | {"type": "string", "ignoreCase": "key"} |
service-schema.json | targetPath | Destination directory | {"type": "string", "ignoreCase": "key", "aliases": ["downloadPath"]} |
service-schema.json | task | Download pipeline artifact
Downloads an artifact associated with a pipeline | {"ignoreCase": "value", "pattern": "^DownloadPipelineArtifact@0$"} |
service-schema.json | inputs | Download pipeline artifact inputs | {"properties": {"pipelineId": {"type": "string", "ignoreCase": "key"}, "artifactName": {"type": "string", "ignoreCase": "key"}, "targetPath": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["targetPath"]} |
service-schema.json | pipelineId | The specific pipeline to download from | {"type": "string", "ignoreCase": "key"} |
service-schema.json | artifactName | The name of artifact to download. | {"type": "string", "ignoreCase": "key"} |
service-schema.json | targetPath | Path to download to | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Download Pipeline Artifacts
Download build and pipeline artifacts | {"ignoreCase": "value", "pattern": "^DownloadPipelineArtifact@2$"} |
service-schema.json | inputs | Download Pipeline Artifacts inputs | {"properties": {"buildType": {"ignoreCase": "all", "enum": ["current", "specific"], "aliases": ["source"]}, "project": {"type": "string", "ignoreCase": "key"}, "definition": {"type": "string", "ignoreCase": "key", "aliases": ["pipeline"]}, "specificBuildWithTriggering": {"type": "boolean", "ignoreCase": "key", "aliases... |
service-schema.json | buildType | Download artifacts produced by | {"ignoreCase": "all", "enum": ["current", "specific"], "aliases": ["source"]} |
service-schema.json | project | Project | {"type": "string", "ignoreCase": "key"} |
service-schema.json | definition | Build pipeline | {"type": "string", "ignoreCase": "key", "aliases": ["pipeline"]} |
service-schema.json | specificBuildWithTriggering | When appropriate, download artifacts from the triggering build. | {"type": "boolean", "ignoreCase": "key", "aliases": ["preferTriggeringPipeline"]} |
service-schema.json | buildVersionToDownload | Build version to download | {"ignoreCase": "all", "enum": ["latest", "latestFromBranch", "specific"], "aliases": ["runVersion"]} |
service-schema.json | branchName | Branch name | {"type": "string", "ignoreCase": "key", "aliases": ["runBranch"]} |
service-schema.json | pipelineId | Build | {"type": "string", "ignoreCase": "key", "aliases": ["runId", "buildId"]} |
service-schema.json | tags | Build Tags | {"type": "string", "ignoreCase": "key"} |
service-schema.json | allowPartiallySucceededBuilds | Download artifacts from partially succeeded builds. | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | allowFailedBuilds | Download artifacts from failed builds. | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | artifactName | Artifact name | {"type": "string", "ignoreCase": "key", "aliases": ["artifact"]} |
service-schema.json | itemPattern | Matching patterns | {"type": "string", "ignoreCase": "key", "aliases": ["patterns"]} |
service-schema.json | targetPath | Destination directory | {"type": "string", "ignoreCase": "key", "aliases": ["path", "downloadPath"]} |
service-schema.json | task | Use Python version
Use the specified version of Python from the tool cache, optionally adding it to the PATH | {"ignoreCase": "value", "pattern": "^UsePythonVersion@0$"} |
service-schema.json | inputs | Use Python version inputs | {"properties": {"versionSpec": {"type": "string", "ignoreCase": "key"}, "disableDownloadFromRegistry": {"type": "boolean", "ignoreCase": "key"}, "allowUnstable": {"type": "boolean", "ignoreCase": "key"}, "githubToken": {"type": "string", "ignoreCase": "key"}, "addToPath": {"type": "boolean", "ignoreCase": "key"}, "arch... |
service-schema.json | versionSpec | Version spec | {"type": "string", "ignoreCase": "key"} |
service-schema.json | disableDownloadFromRegistry | Disable downloading releases from the GitHub registry | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | allowUnstable | Allow downloading unstable releases | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | githubToken | GitHub token for GitHub Actions python registry | {"type": "string", "ignoreCase": "key"} |
service-schema.json | addToPath | Add to PATH | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | architecture | Architecture | {"ignoreCase": "all", "enum": ["x86", "x64"]} |
service-schema.json | task | Service Fabric PowerShell
Run a PowerShell script in the context of an Azure Service Fabric cluster connection | {"ignoreCase": "value", "pattern": "^ServiceFabricPowerShell@1$"} |
service-schema.json | inputs | Service Fabric PowerShell inputs | {"properties": {"clusterConnection": {"type": "string", "ignoreCase": "key", "aliases": ["serviceConnectionName"]}, "ScriptType": {"ignoreCase": "all", "enum": ["FilePath", "InlineScript"]}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "Inline": {"type": "string", "ignoreCase": "key"}, "ScriptArguments": {"ty... |
service-schema.json | clusterConnection | Cluster Service Connection | {"type": "string", "ignoreCase": "key", "aliases": ["serviceConnectionName"]} |
service-schema.json | ScriptType | Script Type | {"ignoreCase": "all", "enum": ["FilePath", "InlineScript"]} |
service-schema.json | ScriptPath | Script Path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | Inline | Inline Script | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ScriptArguments | Script Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Visual Studio Test
Run tests with Visual Studio test runner | {"ignoreCase": "value", "pattern": "^VSTest@1$"} |
service-schema.json | inputs | Visual Studio Test inputs | {"properties": {"testAssembly": {"type": "string", "ignoreCase": "key"}, "testFiltercriteria": {"type": "string", "ignoreCase": "key"}, "runSettingsFile": {"type": "string", "ignoreCase": "key"}, "overrideTestrunParameters": {"type": "string", "ignoreCase": "key"}, "codeCoverageEnabled": {"type": "boolean", "ignoreCase... |
service-schema.json | testAssembly | 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 | overrideTestrunParameters | Override TestRun Parameters | {"type": "string", "ignoreCase": "key"} |
service-schema.json | codeCoverageEnabled | Code Coverage Enabled | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | runInParallel | Run In Parallel | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | vstestLocationMethod | VSTest | {"ignoreCase": "all", "enum": ["version", "location"]} |
service-schema.json | vsTestVersion | VSTest version | {"ignoreCase": "all", "enum": ["latest", "14.0", "12.0"]} |
service-schema.json | vstestLocation | Path to vstest.console.exe | {"type": "string", "ignoreCase": "key"} |
service-schema.json | pathtoCustomTestAdapters | Path to Custom Test Adapters | {"type": "string", "ignoreCase": "key"} |
service-schema.json | otherConsoleOptions | Other console options | {"type": "string", "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 | publishRunAttachments | Upload Test Attachments | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Visual Studio Test
Run unit and functional tests (Selenium, Appium, Coded UI test, etc.) using the Visual Studio Test (VsTest) runner. Test frameworks that have a Visual Studio test adapter such as MsTest, xUnit, NUnit, Chutzpah (for JavaScript tests using QUnit, Mocha and Jasmine), etc. can be run. Tests can be distr... | {"ignoreCase": "value", "pattern": "^VSTest@2$"} |
service-schema.json | inputs | Visual Studio Test inputs | {"properties": {"testSelector": {"ignoreCase": "all", "enum": ["testAssemblies", "testPlan", "testRun"]}, "testAssemblyVer2": {"type": "string", "ignoreCase": "key"}, "testPlan": {"type": "string", "ignoreCase": "key"}, "testSuite": {"type": "string", "ignoreCase": "key"}, "testConfiguration": {"type": "string", "ignor... |
service-schema.json | testSelector | Select tests using | {"ignoreCase": "all", "enum": ["testAssemblies", "testPlan", "testRun"]} |
service-schema.json | testAssemblyVer2 | Test files | {"type": "string", "ignoreCase": "key"} |
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 | tcmTestRun | Test Run | {"type": "string", "ignoreCase": "key"} |
service-schema.json | searchFolder | Search folder | {"type": "string", "ignoreCase": "key"} |
service-schema.json | resultsFolder | Test results folder | {"type": "string", "ignoreCase": "key"} |
service-schema.json | testFiltercriteria | Test filter criteria | {"type": "string", "ignoreCase": "key"} |
service-schema.json | runOnlyImpactedTests | Run only impacted tests | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | runAllTestsAfterXBuilds | Number of builds after which all tests should be run | {"type": "string", "ignoreCase": "key"} |
service-schema.json | uiTests | Test mix contains UI tests | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | vstestLocationMethod | Select test platform using | {"ignoreCase": "all", "enum": ["version", "location"]} |
service-schema.json | vsTestVersion | Test platform version | {"ignoreCase": "all", "enum": ["latest", "17.0", "16.0", "15.0", "14.0", "toolsInstaller"]} |
service-schema.json | vstestLocation | Path to vstest.console.exe | {"type": "string", "ignoreCase": "key"} |
service-schema.json | runSettingsFile | Settings file | {"type": "string", "ignoreCase": "key"} |
service-schema.json | overrideTestrunParameters | Override test run parameters | {"type": "string", "ignoreCase": "key"} |
service-schema.json | pathtoCustomTestAdapters | Path to custom test adapters | {"type": "string", "ignoreCase": "key"} |
service-schema.json | runInParallel | Run tests in parallel on multi-core machines | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | runTestsInIsolation | Run tests in isolation | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | codeCoverageEnabled | Code coverage enabled | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | otherConsoleOptions | Other console options | {"type": "string", "ignoreCase": "key"} |
service-schema.json | distributionBatchType | Batch tests | {"ignoreCase": "all", "enum": ["basedOnTestCases", "basedOnExecutionTime", "basedOnAssembly"]} |
service-schema.json | batchingBasedOnAgentsOption | Batch options | {"ignoreCase": "all", "enum": ["autoBatchSize", "customBatchSize"]} |
service-schema.json | customBatchSizeValue | Number of tests per batch | {"type": "string", "ignoreCase": "key"} |
service-schema.json | batchingBasedOnExecutionTimeOption | Batch options | {"ignoreCase": "all", "enum": ["autoBatchSize", "customTimeBatchSize"]} |
service-schema.json | customRunTimePerBatchValue | Running time (sec) per batch | {"type": "string", "ignoreCase": "key"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.