Skip to content

Commit

Permalink
SqlServerDsc: Use Windows build worker for build phase (#1819)
Browse files Browse the repository at this point in the history
- SqlServerDsc
  - Moved the build step of the pipeline to a Windows build worker when
    running in Azure DevOps.
  • Loading branch information
johlju authored Dec 10, 2022
1 parent 6c0e426 commit 9035168
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- SqlServerDsc
- Update Stale GitHub Action to v6.
- Update to build module in separate folder under `output`.
- `Install-SqlServerDsc`
- No longer throws an exception when parameter `AgtSvcAccount` is not specified.

- Moved the build step of the pipeline to a Windows build worker when
running in Azure DevOps.
- `Install-SqlServerDsc`
- No longer throws an exception when parameter `AgtSvcAccount` is not specified.

### Fixed

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 9035168

Please sign in to comment.