From ad20a5178dfe0ab867f66b29bf57a362b4751cc4 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Thu, 16 Dec 2021 11:37:05 +0000 Subject: [PATCH] Add build status to readme (#564) Signed-off-by: James Taylor --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b5ba6c6..96dd5463 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # Hyperledger Fabric Samples +[![Build Status](https://dev.azure.com/Hyperledger/Fabric-Samples/_apis/build/status/Fabric-Samples?branchName=main)](https://dev.azure.com/Hyperledger/Fabric-Samples/_build/latest?definitionId=28&branchName=main) + You can use Fabric samples to get started working with Hyperledger Fabric, explore important Fabric features, and learn how to build applications that can interact with blockchain networks using the Fabric SDKs. To learn more about Hyperledger Fabric, visit the [Fabric documentation](https://hyperledger-fabric.readthedocs.io/en/latest). ## Getting started with the Fabric samples