From d7713f430551e3f4b315d2be8350d2ce88b9e502 Mon Sep 17 00:00:00 2001 From: David Staheli Date: Tue, 26 Jun 2018 22:56:29 -0400 Subject: [PATCH] Point VSTS build badge to results of the latest build (#25248) * Point VSTS build badge to results of the latest build Currently, the VSTS build badge points to the build definition where **all of its recent builds** are listed. This PR changes it to a newly available URL that shows the results of the **latest build** - for faster diagnosing, etc. * Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68b589efcce..7ae46ece573 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Build Status](https://travis-ci.org/Microsoft/TypeScript.svg?branch=master)](https://travis-ci.org/Microsoft/TypeScript) -[![VSTS Build Status](https://typescript.visualstudio.com/_apis/public/build/definitions/cf7ac146-d525-443c-b23c-0d58337efebc/4/badge)](https://typescript.visualstudio.com/TypeScript/_build/index?context=allDefinitions&path=%5C&definitionId=4&_a=completed) +[![VSTS Build Status](https://typescript.visualstudio.com/_apis/public/build/definitions/cf7ac146-d525-443c-b23c-0d58337efebc/4/badge)](https://typescript.visualstudio.com/TypeScript/_build/latest?definitionId=4&view=logs) [![npm version](https://badge.fury.io/js/typescript.svg)](https://www.npmjs.com/package/typescript) [![Downloads](https://img.shields.io/npm/dm/typescript.svg)](https://www.npmjs.com/package/typescript)