File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,20 +23,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323- Fixed build badge IDs - Fixes [ Issue #108 ] ( https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/108 ) .
2424- Corrected MOF formatting of ` DSC_AdcsAuthorityInformationAccess.schema.mof `
2525 to fix issue with auto documentation generation.
26-
27- ### Added
28-
29- - Added build task ` Generate_Conceptual_Help ` to generate conceptual help
30- for the DSC resource.
31- - Added build task ` Generate_Wiki_Content ` to generate the wiki content
32- that can be used to update the GitHub Wiki.
33-
34- ### Changed
35-
3626- Updated CI pipeline files.
3727- No longer run integration tests when running the build task ` test ` , e.g.
3828 ` .\build.ps1 -Task test ` . To manually run integration tests, run the
3929 following:
4030 ``` powershell
4131 .\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0
4232 ```
33+ - Removed unused files repository - Fixes [ Issue #112 ] ( https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/112 ) .
34+
35+ ### Added
36+
37+ - Added build task ` Generate_Conceptual_Help ` to generate conceptual help
38+ for the DSC resource.
39+ - Added build task ` Generate_Wiki_Content ` to generate the wiki content
40+ that can be used to update the GitHub Wiki.
You can’t perform that action at this time.
0 commit comments