AppVeyor is a hosted continuous integration service for building and deploying applications.
Tool to delete a build by ID. Use when you need to remove a build from AppVeyor. The API returns 204 No Content on successful deletion.
Tool to download the build log for a specific job. Use when you need to retrieve the log output from a completed or running build job.
Tool to get the list of artifacts for a specific build job. Use when you need to retrieve artifacts after a job completes.
Tool to get a specific project build by version number. Use when you need to retrieve detailed information about a build using its version identifier.
Tool to get a list of all deployment environments. Use when you need to enumerate available environments before creating deployments.
Tool to get a project branch status badge image. Returns a PNG or SVG badge image showing the build status for a specific project branch.