README: adjust for final Azure Pipeline ID
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>
Johannes Schindelin committed
Feb 23, 2019 at 06:49 UTC
39ffebd23b1ef6830bf86043ef0b5c069d9299a9
1 file changed
+1
-1
README.md
+1
-1
@@ -1,4 +1,4 @@
1
-[](https://dev.azure.com/git/git/_build/latest?definitionId=2)
1
+[](https://dev.azure.com/git/git/_build/latest?definitionId=11)
2
3
Git - fast, scalable, distributed revision control system
4
=========================================================