AppVeyor 2.5.5
What’s new
- #22 Unzip artifacts before uploading to Azure Storage deployment (documentation).
- #204 Build worker reboot.
- #207 New: API method to clear project build cache (documentation).
- #208 Do not fail entire NuGet deployment if symbolsource.org is down.
- #209 Fixed: GitHub Releases deployment provider fails on invalid
auth_token. - #210 Add nuget delete command sample to account NuGet page.
- #218 Delete and create scenario for Azure Cloud Service deployment provider - recreate Azure Cloud Service deployment instead of update. Could be enabled on UI or in
appveyor.ymlwithrecreate_deployment: true. Default isfalse- update mode. - #222 Added –non-interactive –trust-server-cert to svn checkout command.
- #224 Alternative implementation of FTP provider (documentation).
Build worker updates
io.js 1.6.2,io.js 1.6.3x86 and x64 added. UseInstall-Product node 1cmdlet to switch runtime to the latest io.js version.Node.js 0.10.38,Node.js 0.12.2x86 and x64 added. UseInstall-Product node 0cmdlet to switch runtime to the latest Node.js version orInstall-Product node 0.10to the latest 0.10.x build.- Node.js 0.10.38 x86 is default Node.js in
PATH
- Node.js 0.10.38 x86 is default Node.js in
- Azure SDK 2.5.1
- Microsoft Visual Studio Installer Projects extension installed (
.vdprojsupport). - Bundler 1.9.2 is pre-installed to all Rubies.
- Python 2.7.9 replaces Python 2.7.8 in
C:\Python27andC:\Python27-x64. - Python 3.4.3 replaces Python 3.4.1 in
C:\Python34andC:\Python34-x64.
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.