File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030 by changing ` CopyDirectories ` to ` CopyPaths ` - Fixes [ Issue #79 ] ( https://github.com/dsccommunity/WSManDsc/issues/79 ) .
3131 - Pin ` Pester ` module to 4.10.1 because Pester 5.0 is missing code
3232 coverage - Fixes [ Issue #78 ] ( https://github.com/dsccommunity/WSManDsc/issues/78 ) .
33- - WSManDsc
3433 - Automatically publish documentation to GitHub Wiki - Fixes [ Issue #82 ] ( https://github.com/dsccommunity/WSManDsc/issues/82 ) .
34+ - Fix build pipeline so it uses the build image ` windows-latest ` .
3535- Renamed ` master ` branch to ` main ` - Fixes [ Issue #82 ] ( https://github.com/dsccommunity/WSManDsc/issues/82 ) .
3636- Minor corrections to pipeline files and examples after renaming ` master `
3737 branch to ` main ` .
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ stages:
2424 - job : Package_Module
2525 displayName : ' Package Module'
2626 pool :
27- vmImage : ' ubuntu -latest'
27+ vmImage : ' windows -latest'
2828 steps :
2929 - pwsh : |
3030 dotnet tool install --global GitVersion.Tool
You can’t perform that action at this time.
0 commit comments