File tree Expand file tree Collapse file tree 2 files changed +8
-24
lines changed Expand file tree Collapse file tree 2 files changed +8
-24
lines changed 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
23
23
- Fixed build badge IDs - Fixes [ Issue #108 ] ( https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/108 ) .
24
24
- Corrected MOF formatting of ` DSC_AdcsAuthorityInformationAccess.schema.mof `
25
25
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
-
36
26
- Updated CI pipeline files.
37
27
- No longer run integration tests when running the build task ` test ` , e.g.
38
28
` .\build.ps1 -Task test ` . To manually run integration tests, run the
39
29
following:
40
30
``` powershell
41
31
.\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0
42
32
```
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