Skip to content

Commit

Permalink
ActiveDirectoryDsc: Use windows-latest for build (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Aug 24, 2023
1 parent b2838d9 commit 94e5594
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 @@ -15,6 +15,8 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)

### Changed

- ActiveDirectoryDsc
- Move CI/CD build step to using build worker image `windows-latest`.
- ActiveDirectoryDsc.Common
- Created Get-DomainObject to wrap Get-ADDomain with common retry logic.
- ADDomainController
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ stages:
- job: Package_Module
displayName: 'Package Module'
pool:
vmImage: 'ubuntu-latest'
vmImage: 'windows-latest'
steps:
- pwsh: |
dotnet tool install --global GitVersion.Tool
Expand Down

0 comments on commit 94e5594

Please sign in to comment.