Skip to content

Commit

Permalink
Use ubuntu 18.04 (#24616)
Browse files Browse the repository at this point in the history
* Use ubuntu 18.04

* Update azure-pipelines.yml
  • Loading branch information
wtgodbe committed Apr 8, 2021
1 parent 538abe9 commit 01b8240
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -22,6 +22,12 @@ variables:
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
- name: _InternalRuntimeDownloadArgs
value: ''
- name: LC_ALL
value: 'en_US.UTF-8'
- name: LANG
value: 'en_US.UTF-8'
- name: LANGUAGE
value: 'en_US.UTF-8'

trigger:
batch: true
Expand Down Expand Up @@ -133,7 +139,7 @@ stages:
timeoutInMinutes: 120
enablePublishTestResults: true
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04
variables:
- _runCounter: $[counter(variables['Build.Reason'], 0)]
- ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['system.pullrequest.isfork'], false), notin(variables['Build.Reason'], 'PullRequest', 'Schedule', 'BuildCompletion')) }}:
Expand Down

0 comments on commit 01b8240

Please sign in to comment.