Skip to content

Commit 5425f0d

Browse files
authored
Update build pipeline to use windows-latest (#285)
1 parent 08ad2a4 commit 5425f0d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
1212
- FailoverClusterDsc
1313
- URLs in module manifest now points to the renamed repository.
1414
- Fixed build pipeline to use GitVersion v5.
15+
- Switch build pipeline to use `windows-latest` as the build agent.
1516

1617
## [2.1.0] - 2022-06-19
1718

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ stages:
2525
- job: Package_Module
2626
displayName: 'Package Module'
2727
pool:
28-
vmImage: 'ubuntu-latest'
28+
vmImage: 'windows-latest'
2929
steps:
3030
- pwsh: |
3131
dotnet tool install --global GitVersion.Tool --version 5.*

0 commit comments

Comments
 (0)