AppVeyor 2.6.1
What’s new
- #251 NuGet library updated to version 2.8.5 to allow uploading NuGet packages with DNX dependencies.
Build worker updates
- NuGet 2.8.5 installed (with support of DNX dependencies)
- Ruby installations updated:
- 2.0.0-p645 x86 (
C:\Ruby200) with RubyGems 2.0.15 - 2.0.0-p645 x64 (
C:\Ruby200-x64) with RubyGems 2.0.15 - 2.1.6 x86 (
C:\Ruby21) with RubyGems 2.2.3 - 2.1.6 x64 (
C:\Ruby21-x64) with RubyGems 2.2.3 - 2.2.2 x86 (
C:\Ruby22) with RubyGems 2.4.6 - 2.2.2 x64 (
C:\Ruby22-x64) with RubyGems 2.4.6 Bundler 1.9.5is installed for all Ruby versions
- 2.0.0-p645 x86 (
- Azure SDK 2.6
Visual Studio 2015 RC
There is a new Visual Studio 2015 RC build worker image available with Visual Studio Community 2015 RC and Visual Studio 2015 SDK RC.
You can select build worker image in OS dropdown on Environment tab of project settings or if you use appveyor.yml:
os: Visual Studio 2015 RC
Previous worker images
There are build worker images available from previous deployment. You can use them in case of any issues with the current images:
Previous Windows Server 2012 R2Previous UnstablePrevious Visual Studio 2014 CTP4Previous Visual Studio 2015 CTPPrevious Visual Studio 2015 CTP 6Previous Visual Studio 2015 PreviewPrevious MinGW
You can select build worker image in OS dropdown on Environment tab of project settings or if you use appveyor.yml:
os: Previous Windows Server 2012 R2
Note to “Pro” customers: Whenever custom build worker image is chosen the build will run on Azure, so there is about 3-4 minutes delay before build starts to provision build worker virtual machine.