diff --git a/ReadMe.md b/ReadMe.md
index 5913a14359b4ac089b22dbcf763218a3814a2748..1f8e52fbdf3c82e261c079d85092c382fdc84964 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,9 +1,11 @@
 [![GitHub (pre-)release](https://img.shields.io/github/release/ornladios/adios2/all.svg)]()
 [![GitHub license](http://dmlc.github.io/img/apache2.svg)](./LICENSE)
-[![CircleCI](https://circleci.com/gh/ornladios/ADIOS2.svg?style=shield)](https://circleci.com/gh/ornladios/ADIOS2)
-[![Build Status](https://travis-ci.org/ornladios/adios2.svg)](https://travis-ci.org/ornladios/adios2)
 
 
+[![Circle CI](https://circleci.com/gh/ornladios/ADIOS2.svg?style=shield)](https://circleci.com/gh/ornladios/ADIOS2)
+[![Travis CI](https://travis-ci.org/ornladios/ADIOS2.svg)](https://travis-ci.org/ornladios/ADIOS2)
+[![AppVeyor CI](https://ci.appveyor.com/api/projects/status/0s2a3qp57hgbvlhj?svg=true)](https://ci.appveyor.com/project/ornladios/adios2)
+
 # Adaptable Input / Output System (ADIOS) v2.0
 This is v2.0 of the ADIOS I/O system, developed as part of the
 U.S. Department of Energy Exascale Computing Program.
diff --git a/appveyor.yml b/appveyor.yml
index 767f4c4f9f65b4342f703065f4b44d57cee0439f..1e1712964deea7bb787f82d1baaec01dd145cdb2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,9 +10,9 @@ platform:
   - x86
 
 before_build:
-- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
+- del /q /f "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
 - ps: |
-    $env:CUSTOM_BUILD_NAME = ("{0}_{1}_{2}" -f $env:APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH, $env:APPVEYOR_BUILD_NUMBER, $env:APPVEYOR_BUILD_WORKER_IMAGE -replace " ","-" )
+    $env:CUSTOM_BUILD_NAME = ("{0}_{1}_vs{2}" -f $env:APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH, $env:APPVEYOR_BUILD_NUMBER, $env:APPVEYOR_BUILD_WORKER_IMAGE.split()[2] )
     if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2015")
     {
       Write-Host "This build will push the shared notes"