Skip to content

Commit

Permalink
FIx pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Oct 24, 2021
1 parent 71a0e53 commit 40d2501
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated CONTRIBUTING.md file with basic information on how
to run integration tests.
- Update repository to use the latest pipeline.
- Update the pipeline to use the build worker Ubuntu 18.04 instead of
Ubuntu 16.04.
- xExchOwaVirtualDirectoryInternal
- Added additional parameter SetPhotoEnabled
- RequiredModules
Expand Down
6 changes: 3 additions & 3 deletions 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 16.04'
vmImage: 'ubuntu 18.04'
steps:
- task: GitVersion@5
name: gitVersion
Expand Down Expand Up @@ -120,7 +120,7 @@ stages:
displayName: 'Publish Code Coverage'
dependsOn: Test_Unit
pool:
vmImage: 'ubuntu 16.04'
vmImage: 'ubuntu 18.04'
timeoutInMinutes: 0
steps:
- pwsh: |
Expand Down Expand Up @@ -168,7 +168,7 @@ stages:
- job: Deploy_Module
displayName: 'Deploy Module'
pool:
vmImage: 'ubuntu 16.04'
vmImage: 'ubuntu 18.04'
steps:
- task: DownloadPipelineArtifact@2
displayName: 'Download Pipeline Artifact'
Expand Down

0 comments on commit 40d2501

Please sign in to comment.