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
This commit is contained in:
David Staheli 2018-06-26 22:56:29 -04:00 committed by Wesley Wigham
parent c8c547a706
commit d7713f4305

View file

@ -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)