schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
service-schema.json | destinationTypeOption | Destination type | {"ignoreCase": "all", "enum": ["simulators", "devices"]} |
service-schema.json | destinationSimulators | Simulator | {"type": "string", "ignoreCase": "key"} |
service-schema.json | destinationDevices | Device | {"type": "string", "ignoreCase": "key"} |
service-schema.json | args | Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | workingDirectory | Working directory | {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]} |
service-schema.json | outputPattern | Output directory | {"type": "string", "ignoreCase": "key"} |
service-schema.json | useXcpretty | Use xcpretty | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | publishJUnitResults | Publish test results to VSTS/TFS | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Xcode Build
Build an Xcode workspace on Mac OS | {"ignoreCase": "value", "pattern": "^Xcode@2$"} |
service-schema.json | inputs | Xcode Build inputs | {"properties": {"actions": {"type": "string", "ignoreCase": "key"}, "configuration": {"type": "string", "ignoreCase": "key"}, "sdk": {"type": "string", "ignoreCase": "key"}, "xcWorkspacePath": {"type": "string", "ignoreCase": "key"}, "scheme": {"type": "string", "ignoreCase": "key"}, "packageApp": {"type": "boolean", "ignoreCase": "key"}, "packageTool": {"ignoreCase": "all", "enum": ["xcrun", "xcodebuild"]}, "archivePath": {"type": "string", "ignoreCase": "key"}, "exportPath": {"type": "string", "ignoreCase": "key"}, "exportOptions": {"ignoreCase": "all", "enum": ["auto", "plist", "specify"]}, "exportMethod": {"type": "string", "ignoreCase": "key"}, "exportTeamId": {"type": "string", "ignoreCase": "key"}, "exportOptionsPlist": {"type": "string", "ignoreCase": "key"}, "xcode8AutomaticSigning": {"type": "boolean", "ignoreCase": "key"}, "teamId": {"type": "string", "ignoreCase": "key"}, "signMethod": {"ignoreCase": "all", "enum": ["file", "id"]}, "iosSigningIdentity": {"type": "string", "ignoreCase": "key"}, "unlockDefaultKeychain": {"type": "boolean", "ignoreCase": "key"}, "defaultKeychainPassword": {"type": "string", "ignoreCase": "key"}, "provProfileUuid": {"type": "string", "ignoreCase": "key"}, "p12": {"type": "string", "ignoreCase": "key"}, "p12pwd": {"type": "string", "ignoreCase": "key"}, "provProfile": {"type": "string", "ignoreCase": "key"}, "removeProfile": {"type": "boolean", "ignoreCase": "key"}, "args": {"type": "string", "ignoreCase": "key"}, "cwd": {"type": "string", "ignoreCase": "key"}, "outputPattern": {"type": "string", "ignoreCase": "key"}, "xcodeDeveloperDir": {"type": "string", "ignoreCase": "key"}, "useXcpretty": {"type": "boolean", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "useXctool": {"type": "boolean", "ignoreCase": "key"}, "xctoolReporter": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | actions | Actions | {"type": "string", "ignoreCase": "key"} |
service-schema.json | configuration | Configuration | {"type": "string", "ignoreCase": "key"} |
service-schema.json | sdk | SDK | {"type": "string", "ignoreCase": "key"} |
service-schema.json | xcWorkspacePath | Workspace/Project Path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | scheme | Scheme | {"type": "string", "ignoreCase": "key"} |
service-schema.json | packageApp | Create App Package | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | packageTool | Create Package (IPA) using | {"ignoreCase": "all", "enum": ["xcrun", "xcodebuild"]} |
service-schema.json | archivePath | Archive Path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | exportPath | Export Path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | exportOptions | Export Options | {"ignoreCase": "all", "enum": ["auto", "plist", "specify"]} |
service-schema.json | exportMethod | Export Method | {"type": "string", "ignoreCase": "key"} |
service-schema.json | exportTeamId | Team ID | {"type": "string", "ignoreCase": "key"} |
service-schema.json | exportOptionsPlist | Export Options Plist | {"type": "string", "ignoreCase": "key"} |
service-schema.json | xcode8AutomaticSigning | Automatic Signing | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | teamId | Team ID | {"type": "string", "ignoreCase": "key"} |
service-schema.json | signMethod | Override Using | {"ignoreCase": "all", "enum": ["file", "id"]} |
service-schema.json | iosSigningIdentity | Signing Identity | {"type": "string", "ignoreCase": "key"} |
service-schema.json | unlockDefaultKeychain | Unlock Default Keychain | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | defaultKeychainPassword | Default Keychain Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | provProfileUuid | Provisioning Profile UUID | {"type": "string", "ignoreCase": "key"} |
service-schema.json | p12 | P12 Certificate File | {"type": "string", "ignoreCase": "key"} |
service-schema.json | p12pwd | P12 Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | provProfile | Provisioning Profile File | {"type": "string", "ignoreCase": "key"} |
service-schema.json | removeProfile | Remove Profile After Build | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | args | Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | cwd | Working Directory | {"type": "string", "ignoreCase": "key"} |
service-schema.json | outputPattern | Output Directory | {"type": "string", "ignoreCase": "key"} |
service-schema.json | xcodeDeveloperDir | Xcode Developer Path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | useXcpretty | Use xcpretty | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | publishJUnitResults | Publish to VSTS/TFS | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | useXctool | Use xctool | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | xctoolReporter | xctool Test Reporter Format | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | NuGet publisher
Deprecated: use the “NuGet” task instead. It works with the new Tool Installer framework so you can easily use new versions of NuGet without waiting for a task update, provides better support for authenticated feeds outside this organization/collection, and uses NuGet 4 by default. | {"ignoreCase": "value", "pattern": "^NuGetPublisher@0$"} |
service-schema.json | inputs | NuGet publisher inputs | {"properties": {"searchPattern": {"type": "string", "ignoreCase": "key"}, "nuGetFeedType": {"ignoreCase": "all", "enum": ["external", "internal"]}, "connectedServiceName": {"type": "string", "ignoreCase": "key"}, "feedName": {"type": "string", "ignoreCase": "key"}, "nuGetAdditionalArgs": {"type": "string", "ignoreCase": "key"}, "verbosity": {"ignoreCase": "all", "enum": ["-", "Quiet", "Normal", "Detailed"]}, "nuGetVersion": {"ignoreCase": "all", "enum": ["3.3.0", "3.5.0.1829", "4.0.0.2283", "custom"]}, "nuGetPath": {"type": "string", "ignoreCase": "key"}, "continueOnEmptyNupkgMatch": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | searchPattern | Path/Pattern to nupkg | {"type": "string", "ignoreCase": "key"} |
service-schema.json | nuGetFeedType | Feed type | {"ignoreCase": "all", "enum": ["external", "internal"]} |
service-schema.json | connectedServiceName | NuGet Service Connection | {"type": "string", "ignoreCase": "key"} |
service-schema.json | feedName | Internal Feed URL | {"type": "string", "ignoreCase": "key"} |
service-schema.json | nuGetAdditionalArgs | NuGet Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | verbosity | Verbosity | {"ignoreCase": "all", "enum": ["-", "Quiet", "Normal", "Detailed"]} |
service-schema.json | nuGetVersion | NuGet Version | {"ignoreCase": "all", "enum": ["3.3.0", "3.5.0.1829", "4.0.0.2283", "custom"]} |
service-schema.json | nuGetPath | Path to NuGet.exe | {"type": "string", "ignoreCase": "key"} |
service-schema.json | continueOnEmptyNupkgMatch | Continue if no packages match the "Path/Pattern to nupkg" | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Query work items
Execute a work item query and check the number of items returned | {"ignoreCase": "value", "pattern": "^queryWorkItems@0$"} |
service-schema.json | inputs | Query work items inputs | {"properties": {"queryId": {"type": "string", "ignoreCase": "key"}, "maxThreshold": {"type": "string", "ignoreCase": "key"}, "minThreshold": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["queryId"]} |
service-schema.json | queryId | Query | {"type": "string", "ignoreCase": "key"} |
service-schema.json | maxThreshold | Upper threshold | {"type": "string", "ignoreCase": "key"} |
service-schema.json | minThreshold | Lower threshold | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Azure Web App for Containers
Deploy containers to Azure App Service | {"ignoreCase": "value", "pattern": "^AzureWebAppContainer@1$"} |
service-schema.json | inputs | Azure Web App for Containers inputs | {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key"}, "appName": {"type": "string", "ignoreCase": "key"}, "deployToSlotOrASE": {"type": "boolean", "ignoreCase": "key"}, "resourceGroupName": {"type": "string", "ignoreCase": "key"}, "slotName": {"type": "string", "ignoreCase": "key"}, "containers": {"type": "string", "ignoreCase": "key", "aliases": ["imageName"]}, "multicontainerConfigFile": {"type": "string", "ignoreCase": "key"}, "containerCommand": {"type": "string", "ignoreCase": "key"}, "appSettings": {"type": "string", "ignoreCase": "key"}, "configurationStrings": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "appName"]} |
service-schema.json | azureSubscription | Azure subscription | {"type": "string", "ignoreCase": "key"} |
service-schema.json | appName | App name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | deployToSlotOrASE | Deploy to Slot or App Service Environment | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | resourceGroupName | Resource group | {"type": "string", "ignoreCase": "key"} |
service-schema.json | slotName | Slot | {"type": "string", "ignoreCase": "key"} |
service-schema.json | containers | Image name | {"type": "string", "ignoreCase": "key", "aliases": ["imageName"]} |
service-schema.json | multicontainerConfigFile | Configuration File | {"type": "string", "ignoreCase": "key"} |
service-schema.json | containerCommand | Startup command | {"type": "string", "ignoreCase": "key"} |
service-schema.json | appSettings | App settings | {"type": "string", "ignoreCase": "key"} |
service-schema.json | configurationStrings | Configuration settings | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | SQL Server database deploy
Deploy a SQL Server database using DACPAC or SQL scripts | {"ignoreCase": "value", "pattern": "^SqlDacpacDeploymentOnMachineGroup@0$"} |
service-schema.json | inputs | SQL Server database deploy inputs | {"properties": {"TaskType": {"ignoreCase": "all", "enum": ["dacpac", "sqlQuery", "sqlInline"]}, "DacpacFile": {"type": "string", "ignoreCase": "key"}, "SqlFile": {"type": "string", "ignoreCase": "key"}, "ExecuteInTransaction": {"type": "boolean", "ignoreCase": "key"}, "ExclusiveLock": {"type": "boolean", "ignoreCase": "key"}, "AppLockName": {"type": "string", "ignoreCase": "key"}, "InlineSql": {"type": "string", "ignoreCase": "key"}, "TargetMethod": {"ignoreCase": "all", "enum": ["server", "connectionString", "publishProfile"]}, "ServerName": {"type": "string", "ignoreCase": "key"}, "DatabaseName": {"type": "string", "ignoreCase": "key"}, "AuthScheme": {"ignoreCase": "all", "enum": ["windowsAuthentication", "sqlServerAuthentication"]}, "SqlUsername": {"type": "string", "ignoreCase": "key"}, "SqlPassword": {"type": "string", "ignoreCase": "key"}, "ConnectionString": {"type": "string", "ignoreCase": "key"}, "PublishProfile": {"type": "string", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}, "AdditionalArgumentsSql": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | TaskType | Deploy SQL Using | {"ignoreCase": "all", "enum": ["dacpac", "sqlQuery", "sqlInline"]} |
service-schema.json | DacpacFile | DACPAC File | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SqlFile | Sql File | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ExecuteInTransaction | Execute within a transaction | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | ExclusiveLock | Acquire an exclusive app lock while executing script(s) | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | AppLockName | App lock name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | InlineSql | Inline Sql | {"type": "string", "ignoreCase": "key"} |
service-schema.json | TargetMethod | Specify SQL Using | {"ignoreCase": "all", "enum": ["server", "connectionString", "publishProfile"]} |
service-schema.json | ServerName | Server Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DatabaseName | Database Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AuthScheme | Authentication | {"ignoreCase": "all", "enum": ["windowsAuthentication", "sqlServerAuthentication"]} |
service-schema.json | SqlUsername | SQL User name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SqlPassword | SQL Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ConnectionString | Connection String | {"type": "string", "ignoreCase": "key"} |
service-schema.json | PublishProfile | Publish Profile | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AdditionalArguments | Additional Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AdditionalArgumentsSql | Additional Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Cache (Beta)
Cache files between runs | {"ignoreCase": "value", "pattern": "^CacheBeta@1$"} |
service-schema.json | inputs | Cache (Beta) inputs | {"properties": {"key": {"type": "string", "ignoreCase": "key"}, "path": {"type": "string", "ignoreCase": "key"}, "cacheHitVar": {"type": "string", "ignoreCase": "key"}, "restoreKeys": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["key", "path"]} |
service-schema.json | key | Key | {"type": "string", "ignoreCase": "key"} |
service-schema.json | path | Path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | cacheHitVar | Cache hit variable | {"type": "string", "ignoreCase": "key"} |
service-schema.json | restoreKeys | Additional restore key prefixes | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Cache
Cache files between runs | {"ignoreCase": "value", "pattern": "^Cache@2$"} |
service-schema.json | inputs | Cache inputs | {"properties": {"key": {"type": "string", "ignoreCase": "key"}, "path": {"type": "string", "ignoreCase": "key"}, "cacheHitVar": {"type": "string", "ignoreCase": "key"}, "restoreKeys": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["key", "path"]} |
service-schema.json | key | Key | {"type": "string", "ignoreCase": "key"} |
service-schema.json | path | Path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | cacheHitVar | Cache hit variable | {"type": "string", "ignoreCase": "key"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.