We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
windows-latest
1 parent 08ad2a4 commit 5425f0dCopy full SHA for 5425f0d
CHANGELOG.md
@@ -12,6 +12,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
12
- FailoverClusterDsc
13
- URLs in module manifest now points to the renamed repository.
14
- Fixed build pipeline to use GitVersion v5.
15
+ - Switch build pipeline to use `windows-latest` as the build agent.
16
17
## [2.1.0] - 2022-06-19
18
azure-pipelines.yml
@@ -25,7 +25,7 @@ stages:
25
- job: Package_Module
26
displayName: 'Package Module'
27
pool:
28
- vmImage: 'ubuntu-latest'
+ vmImage: 'windows-latest'
29
steps:
30
- pwsh: |
31
dotnet tool install --global GitVersion.Tool --version 5.*
0 commit comments