Formatter Validator Minifier Escape / Unescape JSON ↔ String JSON ↔ YAML JSON → CSV NDJSON / JSON Lines JSON → Types JSON ↔ XML JSON Diff JSON Patch Canonicalize (RFC 8785) Schema Validator Schema Generator JSONPath Tester JWT Decoder JSON Errors Schemas More Tools
JSONTools / Schema registry / appveyor.yml
Schema registry

appveyor.yml

AppVeyor CI configuration file

appveyor.yml

Check your file against this schema

Opens the validator with this schema already loaded. Paste your appveyor.yml and it validates in your browser — nothing is uploaded.

Validate a appveyor.yml → View raw schema

Fields

Generated directly from the schema, following local $refs, to two levels of nesting.

Field Type Description
versionstringVersion format
branchesobjectBranches to build
branches.onlyarray<string>Whitelist
branches.exceptarray<string>Blacklist
skip_tagsbooleanDo not build on tags (GitHub and BitBucket)
skip_non_tagsbooleanStart builds on tags only (GitHub and BitBucket)
skip_commitsobject
skip_commits.messagestringRegex for matching commit message
skip_commits.authoranyOfCommit author's username, name, email or regexp matching one of these.
skip_commits.filesarray<string>Only specific files (glob patterns)
only_commitsobject
only_commits.messagestringRegex for matching commit message
only_commits.authoranyOfCommit author's username, name, email or regexp matching one of these.
only_commits.filesarray<string>Only specific files (glob patterns)
skip_branch_with_prbooleanDo not build feature branch with open Pull Requests
max_jobsintegerMaximum number of concurrent jobs for the project
notificationsarray<object>
imageoneOfBuild worker image (VM template) -DEV_VERSION
initarrayScripts that are called at very beginning, before repo cloning
clone_folderstringClone directory
shallow_clonebooleanFetch repository as zip archive
default: false
clone_depthintegerSet git clone depth
hostsobjectSetting up etc\hosts file
environmentanyOfEnvironment variables
matrixobject
matrix.fast_finishbooleanSet this flag to immediately finish build once one of the jobs fails
matrix.allow_failuresarrayThis is how to allow failing jobs in the matrix
matrix.excludearrayExclude configuration from the matrix. Works similarly to 'allow_failures' but build not even being started for excluded combination.
cachearray<string>Build cache to preserve files/folders between builds
servicesarrayEnable service required for build/tests
installarrayScripts that run after cloning repository
assembly_infoobjectEnable patching of AssemblyInfo.* files
assembly_info.patchboolean
assembly_info.filestring
assembly_info.assembly_versionstring
assembly_info.assembly_file_versionstring
assembly_info.assembly_informational_versionstring
nugetobjectAutomatically register private account and/or project AppVeyor NuGet feeds
nuget.account_feedboolean
nuget.project_feedboolean
nuget.disable_publish_on_prbooleanDisable publishing of .nupkg artifacts to account/project feeds for pull request builds
platformoneOfBuild platform, i.e. x86, x64, Any CPU. This setting is optional
configurationoneOfBuild Configuration, i.e. Debug, Release, etc.
buildoneOf
before_buildarrayScripts to run before build
before_packagearrayScripts to run *after* solution is built and *before* automatic packaging occurs (web apps, NuGet packages, Azure Cloud Services)
after_buildarrayScripts to run after build
build_scriptarrayTo run your custom scripts instead of automatic MSBuild
before_testarrayScripts to run before tests
testoneOf
test_scriptarrayTo run your custom scripts instead of automatic tests
after_testarrayScripts to run after tests
artifactsarray<object>
before_deployarrayScripts to run before deployment
deployoneOf
deploy_scriptarrayTo run your custom scripts instead of provider deployments
after_deployarrayScripts to run after deployment
on_successarrayOn successful build
on_failurearrayOn build failure
on_finisharrayAfter build failure or success

What we found in this schema

Specification sections for the keywords in this schema

Keyword Document Section
$idJSON Schema Core, draft 2020-12§8.2.1 — The "$id" Keyword
$refJSON Schema Core, draft 2020-12§8.2.3.1 — Direct References with "$ref"
$schemaJSON Schema Core, draft 2020-12§8.1.1 — "$schema"
additionalPropertiesJSON Schema Core, draft 2020-12§10.3.2.3 — "additionalProperties"
allOfJSON Schema Core, draft 2020-12§10.2.1.1 — "allOf"
anyOfJSON Schema Core, draft 2020-12§10.2.1.2 — "anyOf"
descriptionJSON Schema Validation, draft 2020-12§9.1 — "title" and "description"
enumJSON Schema Validation, draft 2020-12§6.1.2 — "enum"
formatJSON Schema Validation, draft 2020-12§7 — Vocabularies for Semantic Content With "format"
itemsJSON Schema Core, draft 2020-12§10.3.1.2 — "items"
oneOfJSON Schema Core, draft 2020-12§10.2.1.3 — "oneOf"
propertiesJSON Schema Core, draft 2020-12§10.3.2.1 — "properties"
typeJSON Schema Validation, draft 2020-12§6.1.1 — "type"

Documents

Attribution

This schema comes from SchemaStore, distributed under the Apache License 2.0. Copyright 2015–present Mads Kristensen and contributors. View the original file. The field table and audit on this page are generated by JSONTools.tools; the schema itself is unmodified.

← All schemas