Skip to content

Commit

Permalink
Updated pipeline to latest ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Nov 4, 2021
1 parent ce7f4bd commit a0bbb84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
application
- Added possibility to update application pool

### Changed

- SharePointDsc
- Updated build pipeline to use the correct vm image

### Fixed

- SharePointDsc
Expand Down
6 changes: 3 additions & 3 deletions 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 16.04'
vmImage: 'ubuntu-latest'
steps:
- task: GitVersion@5
name: gitVersion
Expand Down Expand Up @@ -202,7 +202,7 @@ stages:
- 'Test_Unit_2016'
- 'Test_Unit_2019'
pool:
vmImage: 'ubuntu 16.04'
vmImage: 'ubuntu-latest'
timeoutInMinutes: 0
steps:
- pwsh: |
Expand Down Expand Up @@ -276,7 +276,7 @@ stages:
- job: Deploy_Module
displayName: 'Deploy Module'
pool:
vmImage: 'ubuntu 16.04'
vmImage: 'ubuntu-latest'
steps:
- task: DownloadPipelineArtifact@2
displayName: 'Download Pipeline Artifact'
Expand Down

0 comments on commit a0bbb84

Please sign in to comment.