Windows images update on May 19th, 2016

What’s new

  • #796 Azure Storage Emulator 4.3
  • #805 AES-256 encryption in S3 deployment provider
  • #808 .NET Core 1.0.0 RC2 with VS 2015 Tooling Preview 1
  • #810 Node.js 6.2.0
  • #811 Xamarin 4.0.4.4

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 Visual Studio 2013
  • Previous Visual Studio 2015

You can select build worker image in “Build worker image” dropdown on Environment tab of project settings or if you use appveyor.yml:

os: Previous Visual Studio 2015

Windows images update on May 8th, 2016

What’s new

  • #789 Setting build priority via environment variables
  • #790 Upgrade Golang to 1.6.2 and 1.5.4
  • #791 Give Golang 1.6 its Own Top Level Directory
  • #794 Node.js 4.4.4, 6.1.0
  • #795 Apache Cordova Update 9 for Visual Studio 2015

Previous worker images

There are build worker images available from April 16th deployment. You can use them in case of any issues with the current images:

  • Previous Visual Studio 2013
  • Previous Visual Studio 2015

You can select build worker image in “Build worker image” dropdown on Environment tab of project settings or if you use appveyor.yml:

os: Previous Visual Studio 2015

Windows images update on May 2nd, 2016

What’s new

  • #760 Qt Script for Qt 5.6
  • #765 Re-install MSYS2 with basic packages only
  • #766 Fixed: Missing DLL freezes build process
  • #767 MySQL 5.7
  • #768 NuGet 3.4.3 on Visual Studio 2015 image
  • #769 Fixed: AzureWebJob deployment occasionally fails with “A task was canceled”
  • #770 Node.js 6.0.0
  • #771 PostgreSQL 9.5
  • #772 Java 6 update 45
  • #773 Java 8 update 92
  • #774 Node.js 4.4.3, 5.11.0
  • #776 GitHub deploy should have option of creating a draft release and upgrading to release upon completely uploading all assets
  • #777 Allow rolling builds for Subversion projects
  • #781 Chrome 50.0
  • #782 Firefox 46.0
  • #783 Boost 1.60.0

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 Visual Studio 2013
  • Previous Visual Studio 2015

You can select build worker image in “Build worker image” dropdown on Environment tab of project settings or if you use appveyor.yml:

os: Previous Visual Studio 2015

Windows images update on April 16th, 2016

What’s new

  • #548 NuGet 3.3.0 on Visual Studio 2015 image
  • #756 Visual Studio Agents 2015 with Update 2
  • #757 Visual Studio Tools for Apache Cordova Update 8.1

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 Visual Studio 2013
  • Previous Visual Studio 2015

You can select build worker image in “Build worker image” dropdown on Environment tab of project settings or if you use appveyor.yml:

os: Previous Visual Studio 2015

Windows images update on April 12th, 2016

NuGet 3.4.2-rc

With this update we deployed NuGet 3.4.2-rc command-line.

While version 3.4.2 fixes many bugs, adds some new features and, in general, looks good for production there are might be some issues (one, two).

To revert NuGet client back to version 3.3.0 add this to your appveyor.yml:

install:
  - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/install-nuget-3-3-0.ps1'))

What’s new

  • #744 Xamarin 4.0.3.214
  • #745 NuGet 3.4.2-rc command-line for Visual Studio 2015 image
  • #746 Fixed: Adding new private GitLab project fails while configuring Deploy Key

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 Visual Studio 2013
  • Previous Visual Studio 2015

You can select build worker image in “Build worker image” dropdown on Environment tab of project settings or if you use appveyor.yml:

os: Previous Visual Studio 2015