Skip to content

Commit

Permalink
Change pipeline build stage to use windows-latest (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
NEllis280 authored Jan 13, 2023
1 parent c567b36 commit c8d211c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ version of DSCResource.Common

- Pin old version of ChangeLogManagement module to ensure module build.

- Changed build to phase to Windows Latest.

## [3.0.0] - 2022-01-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stages:
- job: Package_Module
displayName: 'Package Module'
pool:
vmImage: 'ubuntu 20.04'
vmImage: 'windows-latest'
steps:
- pwsh: |
dotnet tool install --global GitVersion.Tool
Expand Down

0 comments on commit c8d211c

Please sign in to comment.