Skip to content

Commit 01cc271

Browse files
authored
Merge pull request #358 from PlagueHO/Fix-Badges
Fix badges
2 parents 93facea + 66b7148 commit 01cc271

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4747
- Clean up code style.
4848
- Remove AppVeyor CI pipeline and updated to new Continuous Delivery
4949
pattern using Azure DevOps - fixes [Issue #355](https://github.com/PlagueHO/LabBuilder/issues/355).
50+
- Fix build badges.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
# LabBuilder PowerShell Module
2+
13
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/PlagueHO/LabBuilder/blob/dev/LICENSE)
24
[![Documentation](https://img.shields.io/badge/Docs-LabBuilder-blue.svg)](https://github.com/PlagueHO/LabBuilder/wiki)
3-
[![PowerShell Gallery](https://img.shields.io/badge/PowerShell%20Gallery-LabBuilder-blue.svg)](https://www.powershellgallery.com/packages/LabBuilder)
4-
[![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/labbuilder.svg)](https://www.powershellgallery.com/packages/LabBuilder)
5+
[![PowerShell Gallery (with prereleases)](https://img.shields.io/powershellgallery/vpre/LabBuilder?label=LabBuilder%20Preview)](https://www.powershellgallery.com/packages/LabBuilder/)
6+
[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/LabBuilder?label=LabBuilder)](https://www.powershellgallery.com/packages/LabBuilder/)
57
[![Minimum Supported PowerShell Version](https://img.shields.io/badge/PowerShell-5.1-blue.svg)](https://github.com/PlagueHO/LabBuilder)
68
[![Join the chat at https://gitter.im/PlagueHO/LabBuilder](https://badges.gitter.im/PlagueHO/LabBuilder.svg)](https://gitter.im/PlagueHO/LabBuilder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
79

8-
# LabBuilder PowerShell Module
9-
1010
## Module Build Status
1111

1212
| Branch | Azure Pipelines | Automated Tests | Code Quality |
@@ -482,9 +482,9 @@ For a list of changes to versions, see the [CHANGELOG.md](CHANGELOG.md) file.
482482
- [GitHub Repository](https://github.com/PlagueHO/LabBuilder/)
483483
- [Blog](https://dscottraynsford.wordpress.com/)
484484

485-
[ap-image-master]: https://dev.azure.com/dscottraynsford/GitHub/_apis/build/status/PlagueHO.LabBuilder?branchName=master
485+
[ap-image-master]: https://dev.azure.com/dscottraynsford/GitHub/_apis/build/status/PlagueHO.LabBuilder.master?branchName=master
486486
[ap-site-master]: https://dev.azure.com/dscottraynsford/GitHub/_build/latest?definitionId=39
487-
[ts-image-master]: https://img.shields.io/azure-devops/tests/dscottraynsford/GitHub/39/master
488-
[ts-site-master]: https://dev.azure.com/dscottraynsford/GitHub/_build/latest?definitionId=39&branchName=master
487+
[ts-image-master]: https://img.shields.io/azure-devops/tests/dsccommunity/FileContentDsc/31/master
488+
[ts-site-master]: https://dev.azure.com/dscottraynsford/GitHub/_test/analytics?definitionId=39&contextType=build
489489
[cq-image-master]: https://codecov.io/gh/PlagueHO/LabBuilder/branch/master/graph/badge.svg
490490
[cq-site-master]: https://codecov.io/gh/PlagueHO/LabBuilder/branch/master

0 commit comments

Comments
 (0)