README: adjust for final Azure Pipeline ID
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 23 Feb 2019 14:49:23 +0000 (06:49 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Feb 2019 05:27:04 +0000 (21:27 -0800)
During the six months of development of the Azure Pipelines support, the
patches went through quite a few iterations of changes, and to test
those iterations, a temporary build definition was used.

In the meantime, Azure Pipelines support made it to `master`, and we now
have a regular Azure Pipeline, installed via the common GitHub App
workflow. This new pipeline has a different name (git.git instead of
test-git.git), and a new ID (11 instead of 2).

Let's adjust the badge in our README to reflect that final shape of the
Azure Pipeline.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
README.md
index 764c480c66f9822998d6b5dc8d591155b8467c56..88f126184c52bfe4859ec189d018872902e02a84 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://dev.azure.com/git/git/_apis/build/status/test-git.git)](https://dev.azure.com/git/git/_build/latest?definitionId=2)
+[![Build Status](https://dev.azure.com/git/git/_apis/build/status/git.git)](https://dev.azure.com/git/git/_build/latest?definitionId=11)
 
 Git - fast, scalable, distributed revision control system
 =========================================================