From f6692015541f1693de77105a64d43ed94ba2a3b8 Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Sun, 30 May 2021 14:06:15 +0300 Subject: [PATCH] Updated CI filter, added deployment status badge --- README.md | 2 ++ azure-pipelines.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 16aefb6..0136632 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ factory.Dispose(); ## CI/DC status [![Build Status](https://dev.azure.com/xfox111/GitHub%20CI/_apis/build/status/XFox111.SimpleOTP?branchName=master)](https://dev.azure.com/xfox111/GitHub%20CI/_build/latest?definitionId=13) +![Deployment status](https://vsrm.dev.azure.com/xfox111/_apis/public/Release/badge/e42c572c-a3cd-4aac-bbb1-f720d9ccb5ea/3/15) + ![Azure DevOps tests](https://img.shields.io/azure-devops/tests/xfox111/GitHub%2520CI/13?label=Tests) ![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/xfox111/GitHub%2520CI/13?label=Code+coverage) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c694c40..39c0bdf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,6 +5,8 @@ trigger: paths: include: - SimpleOTP/** + - SimpleOTP.Test/** + - SimpleOTP.sln pool: vmImage: 'windows-latest'