Skip to content

Commit

Permalink
Updated ubuntu version in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Nov 8, 2022
1 parent c385ddf commit 709ebe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ stages:
- 'Test_Unit_2019'
- 'Test_Unit_SPSE'
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-latest'
timeoutInMinutes: 0
steps:
- pwsh: |
Expand Down Expand Up @@ -323,7 +323,7 @@ stages:
- job: Deploy_Module
displayName: 'Deploy Module'
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-latest'
steps:
- task: DownloadPipelineArtifact@2
displayName: 'Download Pipeline Artifact'
Expand Down

0 comments on commit 709ebe8

Please sign in to comment.