Fix errors

distro

distro

comment out reh stuff

distro

fix yml

distro

bump smoke ext
This commit is contained in:
AzureDataStudio
2020-08-06 00:12:43 -07:00
parent 540046ba00
commit 24b3181cbc
13 changed files with 53 additions and 53 deletions

View File

@@ -27,7 +27,7 @@ const PLATFORM = '${PLATFORM}';
const RUNTIME = '${RUNTIME}';
const VERSION = '${VERSION}';
const sqliteUrl = `https://github.com/anthonydresser/azuredatastudio-sqlite/releases/download/1.0.15/azuredatastudio-sqlite-${PLATFORM}-${RUNTIME}-${VERSION}.zip`;
const sqliteUrl = `https://github.com/anthonydresser/azuredatastudio-sqlite/releases/download/1.0.16/azuredatastudio-sqlite-${PLATFORM}-${RUNTIME}-${VERSION}.zip`;
export async function setup(app: ApplicationOptions): Promise<void> {
console.log('*** Downloading test extensions');