1
0
mirror of https://github.com/XFox111/SimpleOTP.git synced 2026-04-22 08:00:45 +03:00

Updated CI filter, added deployment status badge

This commit is contained in:
2021-05-30 14:06:15 +03:00
parent 435b25ffd2
commit f669201554
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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)
+2
View File
@@ -5,6 +5,8 @@ trigger:
paths:
include:
- SimpleOTP/**
- SimpleOTP.Test/**
- SimpleOTP.sln
pool:
vmImage: 'windows-latest'