AppVeyor 2.5.4
#183 Slack incoming webhooks support. In appveyor.yml Slask notification provider could be configured to use incoming webhook:
- provider: Slack
incoming_webhook: http://incoming-webhook-url
# ...or as before using auth token
- provider: Slack
auth_token:
secure: kBl9BlxvRMr9liHmnBs14A==
channel: development
tag) setting to GitHub deployment provider for separate tag and release name templates.nuget.exeAPPVEYOR_FORCED_BUILD (True or undefined) - builds started by “New build” button or from the same API.APPVEYOR_RE_BUILD (True or undefined) - build started by “Re-build commit/PR” button of from the same API.skip_dirs, skip_files to “Windows Application” deployment.io.js 1.6.1 x86 and x64 added. Use Install-Product node 1 cmdlet to switch runtime to the latest io.js version.Node.js 0.10.37 x86 and x64 added. Use Install-Product node 0 cmdlet to switch runtime to the latest Node.js version or Install-Product node 0.10 to the latest 0.10.x build.PATHThere 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 MinGWYou 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.
AppVeyor 2.5.0
<something>.yml file for project configuration. Now you can specify your own name of .yml file on “General” tab of project settings - it will be used instead of appveyor.yml.#131 Added environment variable support in build.project setting, so you can setup solution or project name to build in environment variable, for example:
environment:
my_project: MyApp.sln
build:
project: $(my_project)
io.js 1.5.0, io.js 1.4.2 and io.js 1.4.3 both x86 and x64 added. Use Install-Product node 1 cmdlet to switch runtime to the latest io.js version.Ruby 2.0.0 updated to build p643.Ruby 2.2.1 installed:C:\Ruby22C:\Ruby22-x64Chocolatey 0.9.8.33Chrome 41.0.2272.87Chrome WebDriver updated to 2.14IE WebDriver updated to 2.45Erlang OTP runtime 17.4 x64 installed into C:\Program Files\erl6.3ERLANG_HOME set to C:\Program Files\erl6.3C:\Program Files\erl6.3\bin added to PATH2.3.24.3There 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 MinGWYou 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.
AppVeyor 2.4.22
-IncludeReferencedProjects option support during automatic packaging of NuGet artifacts. There is a new Include referenced projects setting on Build tab of project settings and build.include_nuget_references: true|false in appveyor.ymldeploy.ps1 is now run before service is started, so you have an ability to update its app.config.service_username and service_password settings added to set custom user account to run service under.description field of GitHub deployment provider. You can use \n symbol to separate lines in release description which will be replaced with real LF symbol during deployment.io.js 1.3.0 and io.js 1.4.1 both x86 and x64 added. Use Install-Product node 1 cmdlet to switch runtime to the latest io.js version.Coverity Scan Build Tool 7.6.0 x64 was added to all workers in C:\Tools\Coverity. C:\Tools\Coverity\bin added to PATH.2.0.0-rc3-build2880C:\go path.C:\go-x86C:\go-x64 symbolic link to C:\goGOROOT variable to C:\goThere 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 MinGWYou 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.
The new build worker image with Visual Studio 2015 CTP 6 + SDK was added.
Image name: Visual Studio 2015 CTP 6. You can select this image in “OS” dropdown on Environment tab of project settings or set in appveyor.yml
os: Visual Studio 2015 CTP 6
AppVeyor 2.4.21