Skip to content

Commit 3b2d824

Browse files
authored
Remove windows-2019 pipeline image (#27)
1 parent f25b84b commit 3b2d824

8 files changed

Lines changed: 797 additions & 253 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535
- Using the latest Pester preview version in the pipeline to be able to
3636
test new Pester functionality.
3737
- Updated build pipeline files.
38+
- Removed `windows-2019` pipeline image fixes [#26](https://github.com/dsccommunity/FileSystemDsc/issues/26).
39+
- Update build and resolve dependency scripts.
40+
- Move documentation to separate docs task.
3841

3942
### Fixed
4043

@@ -46,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4649
- FileSystemAccessRule
4750
- Unit test was updated to support latest Pester.
4851
- Test was updated to handle that `build.ps1` has not been run.
52+
- Fix test error on 2022/2025 builds.
4953

5054
## [1.1.1] - 2020-04-19
5155

RequiredModules.psd1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
'DscResource.Test' = 'latest'
1818
'DscResource.AnalyzerRules' = 'latest'
1919
xDscResourceDesigner = 'latest'
20-
'DscResource.DocGenerator' = 'latest'
2120
'DscResource.Common' = 'latest'
21+
22+
# Prerequisite modules for documentation.
23+
'DscResource.DocGenerator' = 'latest'
24+
PlatyPS = 'latest'
2225
}
2326

0 commit comments

Comments
 (0)