mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
use specific version of ubuntu image (#1214)
use specific version so that our dependency is fixed.
This commit is contained in:
@@ -18,7 +18,7 @@ stages:
|
|||||||
- Build
|
- Build
|
||||||
condition: and(succeeded(), eq(variables['RELEASE'], 'true'))
|
condition: and(succeeded(), eq(variables['RELEASE'], 'true'))
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'Ubuntu-18.04'
|
||||||
jobs:
|
jobs:
|
||||||
- job: Release
|
- job: Release
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user