schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
service-schema.json | sonarQubeFailWhenQualityGateFails | Fail the build on quality gate failure (SQ 5.3+) | {"type": "boolean", "ignoreCase": "key", "aliases": ["sqAnalysisBreakBuildIfQualityGateFailed"]} |
service-schema.json | checkStyleRunAnalysis | Run Checkstyle | {"type": "boolean", "ignoreCase": "key", "aliases": ["checkstyleAnalysisEnabled"]} |
service-schema.json | pmdRunAnalysis | Run PMD | {"type": "boolean", "ignoreCase": "key", "aliases": ["pmdAnalysisEnabled"]} |
service-schema.json | findBugsRunAnalysis | Run FindBugs | {"type": "boolean", "ignoreCase": "key", "aliases": ["findbugsAnalysisEnabled"]} |
service-schema.json | task | .NET Core (PREVIEW)
Build, test and publish using dotnet core command-line. | {"ignoreCase": "value", "pattern": "^DotNetCoreCLI@0$"} |
service-schema.json | inputs | .NET Core (PREVIEW) inputs | {"properties": {"command": {"ignoreCase": "all", "enum": ["build", "publish", "restore", "test", "run"]}, "publishWebProjects": {"type": "boolean", "ignoreCase": "key"}, "projects": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "zipAfterPublish": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | command | Command | {"ignoreCase": "all", "enum": ["build", "publish", "restore", "test", "run"]} |
service-schema.json | publishWebProjects | Publish Web Projects | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | projects | Project(s) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | arguments | Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | zipAfterPublish | Zip Published Projects | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | .NET Core
Build, test, package, or publish a dotnet application, or run a custom dotnet command | {"ignoreCase": "value", "pattern": "^DotNetCoreCLI@2$"} |
service-schema.json | inputs | .NET Core inputs | {"properties": {"command": {"ignoreCase": "all", "enum": ["build", "push", "pack", "publish", "restore", "run", "test", "custom"]}, "publishWebProjects": {"type": "boolean", "ignoreCase": "key"}, "projects": {"type": "string", "ignoreCase": "key"}, "custom": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "restoreArguments": {"type": "string", "ignoreCase": "key"}, "publishTestResults": {"type": "boolean", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "zipAfterPublish": {"type": "boolean", "ignoreCase": "key"}, "modifyOutputPath": {"type": "boolean", "ignoreCase": "key"}, "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"}, "restoreDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["packagesDirectory"]}, "verbosityRestore": {"ignoreCase": "all", "enum": ["-", "Quiet", "Minimal", "Normal", "Detailed", "Diagnostic"]}, "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"}, "publishFeedCredentials": {"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoint"]}, "packagesToPack": {"type": "string", "ignoreCase": "key", "aliases": ["searchPatternPack"]}, "configuration": {"type": "string", "ignoreCase": "key", "aliases": ["configurationToPack"]}, "packDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["outputDir"]}, "nobuild": {"type": "boolean", "ignoreCase": "key"}, "includesymbols": {"type": "boolean", "ignoreCase": "key"}, "includesource": {"type": "boolean", "ignoreCase": "key"}, "versioningScheme": {"ignoreCase": "all", "enum": ["off", "byPrereleaseNumber", "byEnvVar", "byBuildNumber"]}, "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"]}, "buildProperties": {"type": "string", "ignoreCase": "key"}, "verbosityPack": {"ignoreCase": "all", "enum": ["-", "Quiet", "Minimal", "Normal", "Detailed", "Diagnostic"]}, "workingDirectory": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | command | Command | {"ignoreCase": "all", "enum": ["build", "push", "pack", "publish", "restore", "run", "test", "custom"]} |
service-schema.json | publishWebProjects | Publish web projects | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | projects | Path to project(s) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | custom | Custom command | {"type": "string", "ignoreCase": "key"} |
service-schema.json | arguments | Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | restoreArguments | Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | publishTestResults | Publish test results and code coverage | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | testRunTitle | Test run title | {"type": "string", "ignoreCase": "key"} |
service-schema.json | zipAfterPublish | Zip published projects | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | modifyOutputPath | Add project's folder name to publish path | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | feedsToUse | Feeds to use | {"ignoreCase": "all", "enum": ["select", "config"], "aliases": ["selectOrConfig"]} |
service-schema.json | vstsFeed | Use packages from this Azure Artifacts 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 | restoreDirectory | Destination directory | {"type": "string", "ignoreCase": "key", "aliases": ["packagesDirectory"]} |
service-schema.json | verbosityRestore | Verbosity | {"ignoreCase": "all", "enum": ["-", "Quiet", "Minimal", "Normal", "Detailed", "Diagnostic"]} |
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 | publishFeedCredentials | NuGet server | {"type": "string", "ignoreCase": "key", "aliases": ["externalEndpoint"]} |
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 | packDirectory | Package Folder | {"type": "string", "ignoreCase": "key", "aliases": ["outputDir"]} |
service-schema.json | nobuild | Do not build | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | includesymbols | Include Symbols | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | includesource | Include Source | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | versioningScheme | Automatic package versioning | {"ignoreCase": "all", "enum": ["off", "byPrereleaseNumber", "byEnvVar", "byBuildNumber"]} |
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 | buildProperties | Additional build properties | {"type": "string", "ignoreCase": "key"} |
service-schema.json | verbosityPack | Verbosity | {"ignoreCase": "all", "enum": ["-", "Quiet", "Minimal", "Normal", "Detailed", "Diagnostic"]} |
service-schema.json | workingDirectory | Working directory | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | .NET Core
Build, test and publish using dotnet core command-line. | {"ignoreCase": "value", "pattern": "^DotNetCoreCLI@1$"} |
service-schema.json | inputs | .NET Core inputs | {"properties": {"command": {"ignoreCase": "all", "enum": ["build", "publish", "restore", "test", "run"]}, "publishWebProjects": {"type": "boolean", "ignoreCase": "key"}, "projects": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "zipAfterPublish": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | command | Command | {"ignoreCase": "all", "enum": ["build", "publish", "restore", "test", "run"]} |
service-schema.json | publishWebProjects | Publish Web Projects | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | projects | Project(s) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | arguments | Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | zipAfterPublish | Zip Published Projects | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Xamarin Component Restore
This task is deprecated. Use 'NuGet' instead. | {"ignoreCase": "value", "pattern": "^XamarinComponentRestore@0$"} |
service-schema.json | inputs | Xamarin Component Restore inputs | {"properties": {"solutionFile": {"type": "string", "ignoreCase": "key", "aliases": ["solution"]}, "email": {"type": "string", "ignoreCase": "key"}, "password": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["email", "password"]} |
service-schema.json | solutionFile | Path to solution | {"type": "string", "ignoreCase": "key", "aliases": ["solution"]} |
service-schema.json | email | Email | {"type": "string", "ignoreCase": "key"} |
service-schema.json | password | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Azure App Service deploy
Deploy to Azure App Service a web, mobile, or API app using Docker, Java, .NET, .NET Core, Node.js, PHP, Python, or Ruby | {"ignoreCase": "value", "pattern": "^AzureRmWebAppDeployment@4$"} |
service-schema.json | inputs | Azure App Service deploy inputs | {"properties": {"ConnectionType": {"ignoreCase": "all", "enum": ["AzureRM", "PublishProfile"]}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "PublishProfilePath": {"type": "string", "ignoreCase": "key"}, "PublishProfilePassword": {"type": "string", "ignoreCase": "key"}, "appType": {"ignoreCase": "all", "enum": ["webApp", "webAppLinux", "webAppContainer", "webAppHyperVContainer", "functionApp", "functionAppLinux", "functionAppContainer", "apiApp", "mobileApp"], "aliases": ["WebAppKind"]}, "WebAppName": {"type": "string", "ignoreCase": "key"}, "deployToSlotOrASE": {"type": "boolean", "ignoreCase": "key", "aliases": ["DeployToSlotOrASEFlag"]}, "ResourceGroupName": {"type": "string", "ignoreCase": "key"}, "SlotName": {"type": "string", "ignoreCase": "key"}, "DockerNamespace": {"type": "string", "ignoreCase": "key"}, "DockerRepository": {"type": "string", "ignoreCase": "key"}, "DockerImageTag": {"type": "string", "ignoreCase": "key"}, "VirtualApplication": {"type": "string", "ignoreCase": "key"}, "packageForLinux": {"type": "string", "ignoreCase": "key", "aliases": ["Package"]}, "RuntimeStack": {"type": "string", "ignoreCase": "key"}, "RuntimeStackFunction": {"ignoreCase": "all", "enum": ["DOTNET|2.2", "DOTNET|3.1", "JAVA|8", "JAVA|11", "NODE|8", "NODE|10", "NODE|12", "NODE|14", "PYTHON|3.6", "PYTHON|3.7", "PYTHON|3.8"]}, "StartupCommand": {"type": "string", "ignoreCase": "key"}, "ScriptType": {"ignoreCase": "all", "enum": ["", "Inline Script", "File Path"]}, "InlineScript": {"type": "string", "ignoreCase": "key"}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "WebConfigParameters": {"type": "string", "ignoreCase": "key"}, "AppSettings": {"type": "string", "ignoreCase": "key"}, "ConfigurationSettings": {"type": "string", "ignoreCase": "key"}, "enableCustomDeployment": {"type": "boolean", "ignoreCase": "key", "aliases": ["UseWebDeploy"]}, "DeploymentType": {"ignoreCase": "all", "enum": ["webDeploy", "zipDeploy", "runFromZip"]}, "TakeAppOfflineFlag": {"type": "boolean", "ignoreCase": "key"}, "SetParametersFile": {"type": "string", "ignoreCase": "key"}, "RemoveAdditionalFilesFlag": {"type": "boolean", "ignoreCase": "key"}, "ExcludeFilesFromAppDataFlag": {"type": "boolean", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}, "RenameFilesFlag": {"type": "boolean", "ignoreCase": "key"}, "enableXmlTransform": {"type": "boolean", "ignoreCase": "key", "aliases": ["XmlTransformation"]}, "enableXmlVariableSubstitution": {"type": "boolean", "ignoreCase": "key", "aliases": ["XmlVariableSubstitution"]}, "JSONFiles": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | ConnectionType | Connection type | {"ignoreCase": "all", "enum": ["AzureRM", "PublishProfile"]} |
service-schema.json | azureSubscription | Azure subscription | {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]} |
service-schema.json | PublishProfilePath | Publish profile path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | PublishProfilePassword | Publish profile password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | appType | App Service type | {"ignoreCase": "all", "enum": ["webApp", "webAppLinux", "webAppContainer", "webAppHyperVContainer", "functionApp", "functionAppLinux", "functionAppContainer", "apiApp", "mobileApp"], "aliases": ["WebAppKind"]} |
service-schema.json | WebAppName | App Service name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | deployToSlotOrASE | Deploy to Slot or App Service Environment | {"type": "boolean", "ignoreCase": "key", "aliases": ["DeployToSlotOrASEFlag"]} |
service-schema.json | ResourceGroupName | Resource group | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SlotName | Slot | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DockerNamespace | Registry or Namespace | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DockerRepository | Image | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DockerImageTag | Tag | {"type": "string", "ignoreCase": "key"} |
service-schema.json | VirtualApplication | Virtual application | {"type": "string", "ignoreCase": "key"} |
service-schema.json | packageForLinux | Package or folder | {"type": "string", "ignoreCase": "key", "aliases": ["Package"]} |
service-schema.json | RuntimeStack | Runtime Stack | {"type": "string", "ignoreCase": "key"} |
service-schema.json | RuntimeStackFunction | Runtime Stack | {"ignoreCase": "all", "enum": ["DOTNET|2.2", "DOTNET|3.1", "JAVA|8", "JAVA|11", "NODE|8", "NODE|10", "NODE|12", "NODE|14", "PYTHON|3.6", "PYTHON|3.7", "PYTHON|3.8"]} |
service-schema.json | StartupCommand | Startup command | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ScriptType | Deployment script type | {"ignoreCase": "all", "enum": ["", "Inline Script", "File Path"]} |
service-schema.json | InlineScript | Inline Script | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ScriptPath | Deployment script path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | WebConfigParameters | Generate web.config parameters for Python, Node.js, Go and Java apps | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AppSettings | App settings | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ConfigurationSettings | Configuration settings | {"type": "string", "ignoreCase": "key"} |
service-schema.json | enableCustomDeployment | Select deployment method | {"type": "boolean", "ignoreCase": "key", "aliases": ["UseWebDeploy"]} |
service-schema.json | DeploymentType | Deployment method | {"ignoreCase": "all", "enum": ["webDeploy", "zipDeploy", "runFromZip"]} |
service-schema.json | TakeAppOfflineFlag | Take App Offline | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | SetParametersFile | SetParameters file | {"type": "string", "ignoreCase": "key"} |
service-schema.json | RemoveAdditionalFilesFlag | Remove additional files at destination | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | ExcludeFilesFromAppDataFlag | Exclude files from the App_Data folder | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | AdditionalArguments | Additional arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | RenameFilesFlag | Rename locked files | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | enableXmlTransform | XML transformation | {"type": "boolean", "ignoreCase": "key", "aliases": ["XmlTransformation"]} |
service-schema.json | enableXmlVariableSubstitution | XML variable substitution | {"type": "boolean", "ignoreCase": "key", "aliases": ["XmlVariableSubstitution"]} |
service-schema.json | JSONFiles | JSON variable substitution | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Azure App Service Deploy
Update Azure App Service using Web Deploy / Kudu REST APIs | {"ignoreCase": "value", "pattern": "^AzureRmWebAppDeployment@2$"} |
service-schema.json | inputs | Azure App Service Deploy inputs | {"properties": {"ConnectedServiceName": {"type": "string", "ignoreCase": "key"}, "WebAppName": {"type": "string", "ignoreCase": "key"}, "DeployToSlotFlag": {"type": "boolean", "ignoreCase": "key"}, "ResourceGroupName": {"type": "string", "ignoreCase": "key"}, "SlotName": {"type": "string", "ignoreCase": "key"}, "VirtualApplication": {"type": "string", "ignoreCase": "key"}, "Package": {"type": "string", "ignoreCase": "key"}, "WebAppUri": {"type": "string", "ignoreCase": "key"}, "UseWebDeploy": {"type": "boolean", "ignoreCase": "key"}, "SetParametersFile": {"type": "string", "ignoreCase": "key"}, "RemoveAdditionalFilesFlag": {"type": "boolean", "ignoreCase": "key"}, "ExcludeFilesFromAppDataFlag": {"type": "boolean", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}, "TakeAppOfflineFlag": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["ConnectedServiceName", "WebAppName"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.