From 5123cef4d45cb9a22ed4db16bfb8e2b008a102a8 Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Mon, 15 Jul 2019 08:10:54 +0200 Subject: [PATCH] Added Azure-DevOps build status --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e362364eb..421e54e34 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Greenshot - a free screenshot tool optimized for productivity ============================================================= [![Backers on Open Collective](https://opencollective.com/greenshot/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/greenshot/sponsors/badge.svg)](#sponsors) - + +[![Build Status](https://dev.azure.com/greenshot/Greenshot/_apis/build/status/greenshot?branchName=develop)](https://dev.azure.com/greenshot/Greenshot/_build/latest?definitionId=1&branchName=develop) + Welcome to the source repository for Greenshot What is Greenshot? @@ -35,7 +37,7 @@ Quick start for developers * Open the solution from the src directory in Visual Studio * Rebuild and start... -If you can't use Visual Studio 2019 (preview) try the following: +If you can't use Visual Studio 2019, Rider from Jetbrains is also supported and you can also work with the commandline: * Open a powershell / shell in the directory where you cloned this repo * run dotnet build src/Greenshot.sln