From 749116407eac17e0ffb134a0d9e96c21bb412659 Mon Sep 17 00:00:00 2001 From: Utkarsh Shigihalli Date: Thu, 21 May 2015 19:17:25 +0100 Subject: [PATCH] add appveyor badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8053f22..57625df 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Introduction + +[![Build status](https://ci.appveyor.com/api/projects/status/eue1afldhmn6luvu?svg=true)](https://ci.appveyor.com/project/onlyutkarsh/vsostatusinspector) + Occasionally when Visual Studio Online (VSO) is down or having some issues, we head over to the [status overview](https://www.visualstudio.com/en-us/support/support-overview-vs.aspx) page to monitor its status. How nice would it be to monitor the status while you code in Visual Studio? I thought it would be useful, and I just developed a tiny extension to monitor the status of VSO from Visual Studio itself. The extension quitely sits in the Visual Studio status bar displaying an icon - based on whether Visual Studio Online is running smooth or has some issues or completely down.