From f47f977cfbd87f262a6fba3517487053f042bc9c Mon Sep 17 00:00:00 2001 From: Utkarsh Shigihalli Date: Mon, 3 Dec 2018 15:57:49 +0000 Subject: [PATCH] fix for #1 and add build badge (#15) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19509e1..9c8749b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Azure DevOps Status Monitor +[![Build status](https://dev.azure.com/utkarshshigihalli/opensource/_apis/build/status/VSExtensions/AzureDevOpsStatusMonitor)](https://dev.azure.com/utkarshshigihalli/opensource/_build/latest?definitionId=4) + The simple extension quietly sits in the Visual Studio status bar displaying Azure DevOps Service status. You can click on the icon on the Visual Studio status bar to view more details. ![](screenshots/screenshot.png) @@ -41,4 +43,4 @@ Alternatively you can contribute the fix by making a pull request :-) > > **v1.1** > - Update the timer interval immediately rather than waiting for a VS restart -> - Handle exceptions when unable to connect to support page. \ No newline at end of file +> - Handle exceptions when unable to connect to support page.