Skip to content

Commit

Permalink
Merge pull request #43 from PlagueHO/Fix-Badges
Browse files Browse the repository at this point in the history
Fix build badges
  • Loading branch information
PlagueHO authored Apr 14, 2020
2 parents 2e8d3e3 + f650aa1 commit 92d1bd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
- Updated to use continuous delivery pattern using Azure DevOps - fixes
[Issue #41](https://github.com/dsccommunity/FileContentDsc/issues/41).
- Updated build badges in README.MD.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# FileContentDsc

[![Build Status](https://dev.azure.com/dsccommunity/FileContentDsc/_apis/build/status/dsccommunity.FileContentDsc?branchName=master)](https://dev.azure.com/dsccommunity/FileContentDsc/_build/latest?definitionId=18&branchName=master)
![Code Coverage](https://img.shields.io/azure-devops/coverage/dsccommunity/FileContentDsc/18/master)
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/dsccommunity/FileContentDsc/18/master)](https://dsccommunity.visualstudio.com/FileContentDsc/_test/analytics?definitionId=18&contextType=build)
[![Build Status](https://dev.azure.com/dsccommunity/FileContentDsc/_apis/build/status/dsccommunity.FileContentDsc?branchName=master)](https://dev.azure.com/dsccommunity/FileContentDsc/_build/latest?definitionId=31&branchName=master)
![Code Coverage](https://img.shields.io/azure-devops/coverage/dsccommunity/FileContentDsc/31/master)
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/dsccommunity/FileContentDsc/31/master)](https://dsccommunity.visualstudio.com/FileContentDsc/_test/analytics?definitionId=31&contextType=build)
[![PowerShell Gallery (with prereleases)](https://img.shields.io/powershellgallery/vpre/FileContentDsc?label=FileContentDsc%20Preview)](https://www.powershellgallery.com/packages/FileContentDsc/)
[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/FileContentDsc?label=FileContentDsc)](https://www.powershellgallery.com/packages/FileContentDsc/)

Expand Down

0 comments on commit 92d1bd7

Please sign in to comment.