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.yml
withrecreate_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.3
x86 and x64 added. UseInstall-Product node 1
cmdlet to switch runtime to the latest io.js version.Node.js 0.10.38
,Node.js 0.12.2
x86 and x64 added. UseInstall-Product node 0
cmdlet to switch runtime to the latest Node.js version orInstall-Product node 0.10
to 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 (
.vdproj
support). - Bundler 1.9.2 is pre-installed to all Rubies.
- Python 2.7.9 replaces Python 2.7.8 in
C:\Python27
andC:\Python27-x64
. - Python 3.4.3 replaces Python 3.4.1 in
C:\Python34
andC:\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 R2
Previous Unstable
Previous Visual Studio 2014 CTP4
Previous Visual Studio 2015 CTP
Previous Visual Studio 2015 CTP 6
Previous Visual Studio 2015 Preview
Previous 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.