Skip to content

Commit

Permalink
Updated pipeline to Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Nov 4, 2021
1 parent a0bbb84 commit 986b722
Showing 1 changed file with 3 additions and 3 deletions.
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-latest'
vmImage: 'ubuntu-18.04'
steps:
- task: GitVersion@5
name: gitVersion
Expand Down Expand Up @@ -202,7 +202,7 @@ stages:
- 'Test_Unit_2016'
- 'Test_Unit_2019'
pool:
vmImage: 'ubuntu-latest'
vmImage: 'ubuntu-18.04'
timeoutInMinutes: 0
steps:
- pwsh: |
Expand Down Expand Up @@ -276,7 +276,7 @@ stages:
- job: Deploy_Module
displayName: 'Deploy Module'
pool:
vmImage: 'ubuntu-latest'
vmImage: 'ubuntu-18.04'
steps:
- task: DownloadPipelineArtifact@2
displayName: 'Download Pipeline Artifact'
Expand Down

0 comments on commit 986b722

Please sign in to comment.