mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -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
|
||||
condition: and(succeeded(), eq(variables['RELEASE'], 'true'))
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
vmImage: 'Ubuntu-18.04'
|
||||
jobs:
|
||||
- job: Release
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user