schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
service-schema.json | platform | Platform | {"type": "string", "ignoreCase": "key"} |
service-schema.json | configuration | Configuration | {"type": "string", "ignoreCase": "key"} |
service-schema.json | clean | Clean | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | maximumCpuCount | Build in Parallel | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | restoreNugetPackages | Restore NuGet Packages | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | msbuildArchitecture | MSBuild Architecture | {"ignoreCase": "all", "enum": ["x86", "x64"]} |
service-schema.json | logProjectEvents | Record Project Details | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | createLogFile | Create Log File | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | logFileVerbosity | Log File Verbosity | {"ignoreCase": "all", "enum": ["quiet", "minimal", "normal", "detailed", "diagnostic"]} |
service-schema.json | enableDefaultLogger | Enable Default Logger | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | customVersion | Custom Version | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Azure Key Vault
Download Azure Key Vault secrets | {"ignoreCase": "value", "pattern": "^AzureKeyVault@2$"} |
service-schema.json | inputs | Azure Key Vault inputs | {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "KeyVaultName": {"type": "string", "ignoreCase": "key"}, "SecretsFilter": {"type": "string", "ignoreCase": "key"}, "RunAsPreJob": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "KeyVaultName"]} |
service-schema.json | azureSubscription | Azure subscription | {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]} |
service-schema.json | KeyVaultName | Key vault | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SecretsFilter | Secrets filter | {"type": "string", "ignoreCase": "key"} |
service-schema.json | RunAsPreJob | Make secrets available to whole job | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Azure Key Vault
Download Azure Key Vault secrets | {"ignoreCase": "value", "pattern": "^AzureKeyVault@1$"} |
service-schema.json | inputs | Azure Key Vault inputs | {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "KeyVaultName": {"type": "string", "ignoreCase": "key"}, "SecretsFilter": {"type": "string", "ignoreCase": "key"}, "RunAsPreJob": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "KeyVaultName"]} |
service-schema.json | azureSubscription | Azure subscription | {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]} |
service-schema.json | KeyVaultName | Key vault | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SecretsFilter | Secrets filter | {"type": "string", "ignoreCase": "key"} |
service-schema.json | RunAsPreJob | Make secrets available to whole job | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Use .NET Core
Acquires a specific version of the .NET Core SDK from the internet or the local cache and adds it to the PATH. Use this task to change the version of .NET Core used in subsequent tasks. Additionally provides proxy support. | {"ignoreCase": "value", "pattern": "^UseDotNet@2$"} |
service-schema.json | inputs | Use .NET Core inputs | {"properties": {"packageType": {"ignoreCase": "all", "enum": ["runtime", "sdk"]}, "useGlobalJson": {"type": "boolean", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key"}, "version": {"type": "string", "ignoreCase": "key"}, "vsVersion": {"type": "string", "ignoreCase": "key"}, "includePreviewVersions": {"type": "boolean", "ignoreCase": "key"}, "installationPath": {"type": "string", "ignoreCase": "key"}, "performMultiLevelLookup": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | packageType | Package to install | {"ignoreCase": "all", "enum": ["runtime", "sdk"]} |
service-schema.json | useGlobalJson | Use global json | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | workingDirectory | Working Directory | {"type": "string", "ignoreCase": "key"} |
service-schema.json | version | Version | {"type": "string", "ignoreCase": "key"} |
service-schema.json | vsVersion | Compatible Visual Studio version | {"type": "string", "ignoreCase": "key"} |
service-schema.json | includePreviewVersions | Include Preview Versions | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | installationPath | Path To Install .Net Core | {"type": "string", "ignoreCase": "key"} |
service-schema.json | performMultiLevelLookup | Perform Multi Level Lookup | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | .NET Core SDK/runtime installer
Acquire a specific version of the .NET Core SDK from the internet or local cache and add it to the PATH | {"ignoreCase": "value", "pattern": "^DotNetCoreInstaller@0$"} |
service-schema.json | inputs | .NET Core SDK/runtime installer inputs | {"properties": {"packageType": {"ignoreCase": "all", "enum": ["runtime", "sdk"]}, "version": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | packageType | Package to install | {"ignoreCase": "all", "enum": ["runtime", "sdk"]} |
service-schema.json | version | Version | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | .NET Core sdk/runtime installer
Acquire a specific version of the .NET Core SDK from the internet or local cache and add it to the PATH | {"ignoreCase": "value", "pattern": "^DotNetCoreInstaller@1$"} |
service-schema.json | inputs | .NET Core sdk/runtime installer inputs | {"properties": {"packageType": {"ignoreCase": "all", "enum": ["runtime", "sdk"]}, "version": {"type": "string", "ignoreCase": "key"}, "includePreviewVersions": {"type": "boolean", "ignoreCase": "key"}, "installationPath": {"type": "string", "ignoreCase": "key"}, "performMultiLevelLookup": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | packageType | Package to install | {"ignoreCase": "all", "enum": ["runtime", "sdk"]} |
service-schema.json | version | Version | {"type": "string", "ignoreCase": "key"} |
service-schema.json | includePreviewVersions | Include Preview Versions | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | installationPath | Path To Install .Net Core | {"type": "string", "ignoreCase": "key"} |
service-schema.json | performMultiLevelLookup | Perform Multi Level Lookup | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Azure App Service manage
Start, stop, restart, slot swap, slot delete, install site extensions or enable continuous monitoring for an Azure App Service | {"ignoreCase": "value", "pattern": "^AzureAppServiceManage@0$"} |
service-schema.json | inputs | Azure App Service manage inputs | {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "Action": {"ignoreCase": "all", "enum": ["Swap Slots", "Start Azure App Service", "Stop Azure App Service", "Restart Azure App Service", "Start Swap With Preview", "Complete Swap", "Cancel Swap", "Delete Slot", "Install Extensions", "Enable Continuous Monitoring", "Start all continuous webjobs", "Stop all continuous webjobs"]}, "WebAppName": {"type": "string", "ignoreCase": "key"}, "SpecifySlotOrASE": {"type": "boolean", "ignoreCase": "key", "aliases": ["SpecifySlot"]}, "ResourceGroupName": {"type": "string", "ignoreCase": "key"}, "SourceSlot": {"type": "string", "ignoreCase": "key"}, "SwapWithProduction": {"type": "boolean", "ignoreCase": "key"}, "TargetSlot": {"type": "string", "ignoreCase": "key"}, "PreserveVnet": {"type": "boolean", "ignoreCase": "key"}, "Slot": {"type": "string", "ignoreCase": "key"}, "ExtensionsList": {"type": "string", "ignoreCase": "key"}, "OutputVariable": {"type": "string", "ignoreCase": "key"}, "AppInsightsResourceGroupName": {"type": "string", "ignoreCase": "key"}, "ApplicationInsightsResourceName": {"type": "string", "ignoreCase": "key"}, "ApplicationInsightsWebTestName": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "WebAppName"]} |
service-schema.json | azureSubscription | Azure subscription | {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]} |
service-schema.json | Action | Action | {"ignoreCase": "all", "enum": ["Swap Slots", "Start Azure App Service", "Stop Azure App Service", "Restart Azure App Service", "Start Swap With Preview", "Complete Swap", "Cancel Swap", "Delete Slot", "Install Extensions", "Enable Continuous Monitoring", "Start all continuous webjobs", "Stop all continuous webjobs"]} |
service-schema.json | WebAppName | App Service name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SpecifySlotOrASE | Specify Slot or App Service Environment | {"type": "boolean", "ignoreCase": "key", "aliases": ["SpecifySlot"]} |
service-schema.json | ResourceGroupName | Resource group | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SourceSlot | Source Slot | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SwapWithProduction | Swap with Production | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | TargetSlot | Target Slot | {"type": "string", "ignoreCase": "key"} |
service-schema.json | PreserveVnet | Preserve Vnet | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | Slot | Slot | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ExtensionsList | Install Extensions | {"type": "string", "ignoreCase": "key"} |
service-schema.json | OutputVariable | Output variable | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AppInsightsResourceGroupName | Resource Group name for Application Insights | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ApplicationInsightsResourceName | Application Insights resource name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ApplicationInsightsWebTestName | Application Insights web test name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Install Azure Func Core Tools
Install Azure Func Core Tools | {"ignoreCase": "value", "pattern": "^FuncToolsInstaller@0$"} |
service-schema.json | inputs | Install Azure Func Core Tools inputs | {"properties": {"version": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | version | Version | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | File transform
Replace tokens with variable values in XML or JSON configuration files | {"ignoreCase": "value", "pattern": "^FileTransform@2$"} |
service-schema.json | inputs | File transform inputs | {"properties": {"folderPath": {"type": "string", "ignoreCase": "key"}, "xmlTransformationRules": {"type": "string", "ignoreCase": "key"}, "jsonTargetFiles": {"type": "string", "ignoreCase": "key"}, "xmlTargetFiles": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | folderPath | Package or folder | {"type": "string", "ignoreCase": "key"} |
service-schema.json | xmlTransformationRules | XML Transformation rules | {"type": "string", "ignoreCase": "key"} |
service-schema.json | jsonTargetFiles | JSON target files | {"type": "string", "ignoreCase": "key"} |
service-schema.json | xmlTargetFiles | XML target files | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | File transform
Replace tokens with variable values in XML or JSON configuration files | {"ignoreCase": "value", "pattern": "^FileTransform@1$"} |
service-schema.json | inputs | File transform inputs | {"properties": {"folderPath": {"type": "string", "ignoreCase": "key"}, "enableXmlTransform": {"type": "boolean", "ignoreCase": "key"}, "xmlTransformationRules": {"type": "string", "ignoreCase": "key"}, "fileType": {"ignoreCase": "all", "enum": ["xml", "json"]}, "targetFiles": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | folderPath | Package or folder | {"type": "string", "ignoreCase": "key"} |
service-schema.json | enableXmlTransform | XML transformation | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | xmlTransformationRules | Transformation rules | {"type": "string", "ignoreCase": "key"} |
service-schema.json | fileType | File format | {"ignoreCase": "all", "enum": ["xml", "json"]} |
service-schema.json | targetFiles | Target files | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Extract files
Extract a variety of archive and compression files such as .7z, .rar, .tar.gz, and .zip | {"ignoreCase": "value", "pattern": "^ExtractFiles@1$"} |
service-schema.json | inputs | Extract files inputs | {"properties": {"archiveFilePatterns": {"type": "string", "ignoreCase": "key"}, "destinationFolder": {"type": "string", "ignoreCase": "key"}, "cleanDestinationFolder": {"type": "boolean", "ignoreCase": "key"}, "overwriteExistingFiles": {"type": "boolean", "ignoreCase": "key"}, "pathToSevenZipTool": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["destinationFolder"]} |
service-schema.json | archiveFilePatterns | Archive file patterns | {"type": "string", "ignoreCase": "key"} |
service-schema.json | destinationFolder | Destination folder | {"type": "string", "ignoreCase": "key"} |
service-schema.json | cleanDestinationFolder | Clean destination folder before extracting | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | overwriteExistingFiles | Overwrite existing files | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | pathToSevenZipTool | Path to 7z utility | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Xamarin.Android
Build an Android app with Xamarin | {"ignoreCase": "value", "pattern": "^XamarinAndroid@1$"} |
service-schema.json | inputs | Xamarin.Android inputs | {"properties": {"projectFile": {"type": "string", "ignoreCase": "key", "aliases": ["project"]}, "target": {"type": "string", "ignoreCase": "key"}, "outputDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["outputDir"]}, "configuration": {"type": "string", "ignoreCase": "key"}, "createAppPackage": {"type": "boolean", "ignoreCase": "key"}, "clean": {"type": "boolean", "ignoreCase": "key"}, "msbuildLocationOption": {"ignoreCase": "all", "enum": ["version", "location"], "aliases": ["msbuildLocationMethod"]}, "msbuildVersionOption": {"ignoreCase": "all", "enum": ["latest", "17.0", "16.0", "15.0", "14.0", "12.0", "4.0"], "aliases": ["msbuildVersion"]}, "msbuildFile": {"type": "string", "ignoreCase": "key", "aliases": ["msbuildLocation"]}, "msbuildArchitectureOption": {"ignoreCase": "all", "enum": ["x86", "x64"], "aliases": ["msbuildArchitecture"]}, "msbuildArguments": {"type": "string", "ignoreCase": "key"}, "jdkOption": {"ignoreCase": "all", "enum": ["JDKVersion", "Path"], "aliases": ["jdkSelection"]}, "jdkVersionOption": {"ignoreCase": "all", "enum": ["default", "1.11", "1.10", "1.9", "1.8", "1.7", "1.6"], "aliases": ["jdkVersion"]}, "jdkDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["jdkUserInputPath"]}, "jdkArchitectureOption": {"ignoreCase": "all", "enum": ["x86", "x64"], "aliases": ["jdkArchitecture"]}}, "additionalProperties": false, "required": []} |
service-schema.json | projectFile | Project | {"type": "string", "ignoreCase": "key", "aliases": ["project"]} |
service-schema.json | target | Target | {"type": "string", "ignoreCase": "key"} |
service-schema.json | outputDirectory | Output directory | {"type": "string", "ignoreCase": "key", "aliases": ["outputDir"]} |
service-schema.json | configuration | Configuration | {"type": "string", "ignoreCase": "key"} |
service-schema.json | createAppPackage | Create app package | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | clean | Clean | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | msbuildLocationOption | MSBuild | {"ignoreCase": "all", "enum": ["version", "location"], "aliases": ["msbuildLocationMethod"]} |
service-schema.json | msbuildVersionOption | MSBuild version | {"ignoreCase": "all", "enum": ["latest", "17.0", "16.0", "15.0", "14.0", "12.0", "4.0"], "aliases": ["msbuildVersion"]} |
service-schema.json | msbuildFile | MSBuild location | {"type": "string", "ignoreCase": "key", "aliases": ["msbuildLocation"]} |
service-schema.json | msbuildArchitectureOption | MSBuild architecture | {"ignoreCase": "all", "enum": ["x86", "x64"], "aliases": ["msbuildArchitecture"]} |
service-schema.json | msbuildArguments | Additional arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | jdkOption | Select JDK to use for the build | {"ignoreCase": "all", "enum": ["JDKVersion", "Path"], "aliases": ["jdkSelection"]} |
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 | jdkDirectory | JDK path | {"type": "string", "ignoreCase": "key", "aliases": ["jdkUserInputPath"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.