From 22572a86edbdc5c4c2937ea4c73e110a2a5f3553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Wed, 17 Feb 2021 15:50:41 +0100 Subject: [PATCH] Update Azure Badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df02e7c..736196e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cppast -[![Build Status](https://dev.azure.com/foonathan/cppast/_apis/build/status/foonathan.cppast?branchName=master)](https://dev.azure.com/foonathan/cppast/_build/latest?definitionId=5?branchName=master) +[![Build Status](https://dev.azure.com/foonathan/cppast/_apis/build/status/foonathan.cppast?branchName=master)](https://dev.azure.com/foonathan/cppast/_build/latest?definitionId=7&branchName=master) [![Build status](https://ci.appveyor.com/api/projects/status/8gp5btjq7eassvn7?svg=true)](https://ci.appveyor.com/project/foonathan/cppast) Library interface to the C++ AST — parse source files, synthesize entities, get documentation comments and generate code.