File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33The ** DscResource.Base** module contains common classes that can be used
44for 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
You can’t perform that action at this time.
0 commit comments