From 4df4bd836cce3c4dc2cc7e43d1dd2ce54a7acde6 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Thu, 16 Dec 2021 11:12:31 +0000 Subject: [PATCH] Add build status to readme 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