Skip to content

Commit e2b99a6

Browse files
authored
WSManDsc: Fix build pipeline (#102)
1 parent 917b48f commit e2b99a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`.

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)