Skip to content

Commit

Permalink
Add Azure Pipelines status to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ktos committed May 7, 2020
1 parent 849e031 commit 10b2844
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-tag.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
trigger:
branches:
tags:
include:
- refs/tags/v*
- v*

pool:
vmImage: 'Ubuntu 16.04'
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 10b2844

Please sign in to comment.