Appveyor now has generally available Visual Studio 2026 images!
Check here for a list of pre-installed software on build images.
You can choose the new worker image in your appveyor.yml config file as follows:
image: Visual Studio 2026
Appveyor now supports builds on the LTS Ubuntu version 24.04(“Noble Numbat”)!
Check here for a list of pre-installed software on build images.
You can choose the new worker image in your appveyor.yml config file as follows:
image: Ubuntu2404
The image from previous deployment is available in case of any issues with the current image:
Previous Ubuntu2204This release comes along with deprecation of out-of-support Ubuntu version 18.04 (Ubuntu1804image).
Please update your configurations accordingly.
There are build worker images available from previous deployment. You can use them in case of any issues with the current images:
Previous Visual Studio 2019You can select build worker image in “Build worker image” dropdown on Environment tab of project settings or if you use appveyor.yml:
image: Previous Visual Studio 2019
There are build worker images available from previous deployment. You can use them in case of any issues with the current images:
Previous Visual Studio 2019You can select build worker image in “Build worker image” dropdown on Environment tab of project settings or if you use appveyor.yml:
image: Previous Visual Studio 2019
There are build worker images available from previous deployment. You can use them in case of any issues with the current images:
Previous Ubuntu1804Previous Ubuntu2004Previous Ubuntu2204You can select build worker image in “Build worker image” dropdown on Environment tab of project settings or if you use appveyor.yml:
image: Previous Ubuntu