Skip to content

Commit 0bf8fb7

Browse files
authored
Merge pull request #113 from PlagueHO/Remove-Files
Removed Unused Files - Fixes #112
2 parents 2cd76ce + 244d333 commit 0bf8fb7

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed

.MetaTestOptIn.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)