We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7df0b9 commit b0a4d55Copy full SHA for b0a4d55
azure-pipelines.yml
@@ -16,15 +16,15 @@ jobs:
16
- job:
17
displayName: Setup
18
pool:
19
- vmImage: 'Ubuntu-18.04'
+ vmImage: 'Ubuntu-20.04'
20
steps:
21
- powershell: Write-Host "##vso[build.updatebuildnumber]$($env:VERSION)"
22
displayName: Set Build Name
23
24
25
displayName: Build postgres
26
27
28
29
- task: Docker@2
30
displayName: Build image
@@ -41,7 +41,7 @@ jobs:
41
42
displayName: Build server
43
44
45
46
47
0 commit comments