Skip to content

Commit

Permalink
Merge pull request #38 from zigbang/feature/B2C-15597
Browse files Browse the repository at this point in the history
[B2C-15597] updating ubuntu to lts(20.04) version
  • Loading branch information
fabiozig authored Jul 12, 2021
2 parents a88a3e5 + 32cc356 commit 1798fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variables:
jobs:
- job: deploy_prod
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-20.04'
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
steps:
- task: NodeTool@0
Expand Down

0 comments on commit 1798fda

Please sign in to comment.