Skip to content

Commit 7304b2b

Browse files
authored
DscResource.Base: Correct pipeline definition id (#8)
1 parent 97d9880 commit 7304b2b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
### Fixed
99

10+
- DscResource.Base
11+
- Correct pipeline definition id for status badges in README.md.
1012
- `ResourceBase`
1113
- Increased code coverage.
1214

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
The **DscResource.Base** module contains common classes that can be used
44
for class-based DSC resources development.
55

6-
[![Build Status](https://dev.azure.com/dsccommunity/DscResource.Base/_apis/build/status/dsccommunity.DscResource.Base?branchName=main)](https://dev.azure.com/dsccommunity/DscResource.Base/_build/latest?definitionId=11&branchName=main)
7-
![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/dsccommunity/DscResource.Base/11/main)
6+
[![Build Status](https://dev.azure.com/dsccommunity/DscResource.Base/_apis/build/status/dsccommunity.DscResource.Base?branchName=main)](https://dev.azure.com/dsccommunity/DscResource.Base/_build/latest?definitionId=53&branchName=main)
7+
![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/dsccommunity/DscResource.Base/53/main)
88
[![codecov](https://codecov.io/gh/dsccommunity/DscResource.Base/branch/main/graph/badge.svg)](https://codecov.io/gh/dsccommunity/DscResource.Base)
9-
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/dsccommunity/DscResource.Base/11/main)](https://dsccommunity.visualstudio.com/DscResource.Base/_test/analytics?definitionId=11&contextType=build)
9+
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/dsccommunity/DscResource.Base/53/main)](https://dsccommunity.visualstudio.com/DscResource.Base/_test/analytics?definitionId=53&contextType=build)
1010
[![PowerShell Gallery (with prereleases)](https://img.shields.io/powershellgallery/vpre/DscResource.Base?label=DscResource.Base%20Preview)](https://www.powershellgallery.com/packages/DscResource.Base/)
1111
[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/DscResource.Base?label=DscResource.Base)](https://www.powershellgallery.com/packages/DscResource.Base/)
1212

0 commit comments

Comments
 (0)