mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
bump Ubuntu to 20.04 (#20415)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
pool:
|
pool:
|
||||||
vmImage: 'Ubuntu-18.04'
|
vmImage: 'Ubuntu-20.04'
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#Download base image ubuntu 18.04
|
#Download base image ubuntu 20.04
|
||||||
FROM mcr.microsoft.com/mirror/docker/library/ubuntu:18.04
|
FROM mcr.microsoft.com/mirror/docker/library/ubuntu:20.04
|
||||||
|
|
||||||
#Adding apt repos for g++-4.9
|
#Adding apt repos for g++-4.9
|
||||||
RUN echo "deb http://dk.archive.ubuntu.com/ubuntu/ xenial main" >> /etc/apt/sources.list
|
RUN echo "deb http://dk.archive.ubuntu.com/ubuntu/ xenial main" >> /etc/apt/sources.list
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ resources:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: Compile
|
- job: Compile
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'Ubuntu-18.04'
|
vmImage: 'Ubuntu-20.04'
|
||||||
container: linux-x64
|
container: linux-x64
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
- job: Linux
|
- job: Linux
|
||||||
condition: and(succeeded(), eq(variables['VSCODE_BUILD_LINUX'], 'true'))
|
condition: and(succeeded(), eq(variables['VSCODE_BUILD_LINUX'], 'true'))
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'Ubuntu-18.04'
|
vmImage: 'Ubuntu-20.04'
|
||||||
container: linux-x64
|
container: linux-x64
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- Compile
|
- Compile
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
- job: Release
|
- job: Release
|
||||||
condition: and(succeeded(), or(eq(variables['VSCODE_RELEASE'], 'true'), and(eq(variables['VSCODE_QUALITY'], 'insider'), eq(variables['Build.Reason'], 'Schedule'))))
|
condition: and(succeeded(), or(eq(variables['VSCODE_RELEASE'], 'true'), and(eq(variables['VSCODE_QUALITY'], 'insider'), eq(variables['Build.Reason'], 'Schedule'))))
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'Ubuntu-18.04'
|
vmImage: 'Ubuntu-20.04'
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- macOS
|
- macOS
|
||||||
- Linux
|
- Linux
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ resources:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: LinuxWeb
|
- job: LinuxWeb
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'Ubuntu-18.04'
|
vmImage: 'Ubuntu-20.04'
|
||||||
container: linux-x64
|
container: linux-x64
|
||||||
variables:
|
variables:
|
||||||
VSCODE_ARCH: x64
|
VSCODE_ARCH: x64
|
||||||
@@ -17,7 +17,7 @@ jobs:
|
|||||||
|
|
||||||
- job: Docker
|
- job: Docker
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'Ubuntu-18.04'
|
vmImage: 'Ubuntu-20.04'
|
||||||
container: linux-x64
|
container: linux-x64
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- LinuxWeb
|
- LinuxWeb
|
||||||
|
|||||||
Reference in New Issue
Block a user