From 10b28442759e8537ff8bd47610d6bded129e48c0 Mon Sep 17 00:00:00 2001 From: Marcin Badurowicz Date: Fri, 8 May 2020 00:53:26 +0200 Subject: [PATCH] Add Azure Pipelines status to readme --- azure-pipelines-tag.yml | 4 ++-- readme.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-tag.yml b/azure-pipelines-tag.yml index b8990db..788d8f4 100644 --- a/azure-pipelines-tag.yml +++ b/azure-pipelines-tag.yml @@ -1,7 +1,7 @@ trigger: - branches: + tags: include: - - refs/tags/v* + - v* pool: vmImage: 'Ubuntu 16.04' diff --git a/readme.md b/readme.md index 9b516b0..1564ac6 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,8 @@ [![NuGet](https://img.shields.io/nuget/v/Blurhash.SkiaSharp.svg)](https://www.nuget.org/packages/BlurHash.SkiaSharp/) +[![Build Status](https://dev.azure.com/ktos/Blurhash.SkiaSharp/_apis/build/status/Blurhash.SkiaSharp%20CI?branchName=master)](https://dev.azure.com/ktos/Blurhash.SkiaSharp/_build/latest?definitionId=9&branchName=master) + A [Blurhash](https://github.com/woltapp/blurhash) implementation based on [blurhash.net](https://github.com/MarkusPalcer/blurhash.net) for SkiaSharp, thus fully available for Xamarin and other .NET Standard 2.0 platforms.