From dc85aef7c143d98602a24ffdc019dbff002f6f0f Mon Sep 17 00:00:00 2001 From: Sridhar Periyasamy Date: Thu, 7 Apr 2016 13:03:18 -0700 Subject: [PATCH] Update README.md Add a build status badge. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 29623b4..c9f0ec5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This runner supports [xUnit.net](https://github.com/xunit/xunit) tests for [dotnet 4.5.1+, and dotnet Core 5+](https://github.com/dotnet/corefx) (this includes [ASP.NET 5+](https://github.com/aspnet)). +![](https://mseng.visualstudio.com/_apis/public/build/definitions/d09b7a4d-0a51-4c0e-a15a-07921d5b558f/3249/badge) + ### Usage To install this package, ensure your project.json contains the following lines: