AppVeyor is a continuous Integration and Deployment service for Windows developers, from the company of the same name headquartered in Vancouver. The CI/CD service is available for Windows, Linux and macOS.
$0
per month Unlimited public projects, 1 concurrent job, 5 self-hosted jobs
Azure Pipelines
Score 7.0 out of 10
N/A
Users can automate builds and deployments with Azure Pipelines. Build, test, and deploy Node.js, Python, Java, PHP, Ruby, C/C++, .NET, Android, and iOS apps. Run in parallel on Linux, macOS, and Windows. Azure Pipelines can be purchased standalone, but it is also part of Azure DevOps Services agile development planning and CI/CD suite.
N/A
Pricing
AppVeyor
Azure Pipelines
Editions & Modules
Open-Source
$0
per month Unlimited public projects, 1 concurrent job, 5 self-hosted jobs
Basic
$29
per month 1 private project, 1 concurrent job, 5 self-hosted jobs
Pro
$59
per month Unlimited private project, 1 concurrent job, 5 self-hosted jobs
Premium
$99
per month Unlimited private project, 2 concurrent jobs, 5 self-hosted jobs
No answers on this topic
Offerings
Pricing Offerings
AppVeyor
Azure Pipelines
Free Trial
No
No
Free/Freemium Version
Yes
No
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
—
More Pricing Information
Community Pulse
AppVeyor
Azure Pipelines
Considered Both Products
AppVeyor
No answer on this topic
Azure Pipelines
Verified User
Anonymous
Chose Azure Pipelines
We have used the GitHub CI/CD. Earlier we were using the Azure Pipelines but after GitHub had their actions, we integrated that for CI/CD. It runs the tests and makes a production build which can be live. GitHub CI/CD is more useful because we have to make script only once then …
The tools are very similar - but Azure Pipelines work best for Azure-based products are better suited for the stack. For our engineers, we could switch between all the various continuous integration/deployment tools without much issues, but it makes sense to use the stack …
With a fully Microsoft Azure based workflow - Azure Pipelines makes absolute sense. Azure Pipelines are robust and work very well with SonarQube for test coverage and are shared with our developers. This prevents the developers for pushing code without unit tests across our backend and frontend platforms. We have reduced our instances of manual regression tests especially when there are multiple teams working across the same repositories.
We have used the GitHub CI/CD. Earlier we were using the Azure Pipelines but after GitHub had their actions, we integrated that for CI/CD. It runs the tests and makes a production build which can be live. GitHub CI/CD is more useful because we have to make script only once then just by few changes we can deploy it onto Azure, AWS, Google anywhere so we found it more convenient