From 998edf347f761294d683e84f353c678a90047265 Mon Sep 17 00:00:00 2001 From: Naia Scott Date: Thu, 8 Jun 2023 12:33:55 -0400 Subject: [PATCH 1/2] init --- .pipeline/insiders-pipeline.yml | 4 ++++ .pipeline/pullrequest-pipeline.yml | 4 ++++ .pipeline/release-pipeline.yml | 4 ++++ package.json | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.pipeline/insiders-pipeline.yml b/.pipeline/insiders-pipeline.yml index beef9cf..9480853 100644 --- a/.pipeline/insiders-pipeline.yml +++ b/.pipeline/insiders-pipeline.yml @@ -2,6 +2,10 @@ trigger: none pr: none strategy: matrix: + linux: + platform: 'ubuntu' + imageName: 'ubuntu-latest' + archiveType: 'tar' mac-x64: platform: 'mac-x64' imageName: 'macOS-latest' diff --git a/.pipeline/pullrequest-pipeline.yml b/.pipeline/pullrequest-pipeline.yml index 734c43a..c551c64 100644 --- a/.pipeline/pullrequest-pipeline.yml +++ b/.pipeline/pullrequest-pipeline.yml @@ -3,6 +3,10 @@ pr: - master strategy: matrix: + linux: + platform: 'ubuntu' + imageName: 'ubuntu-latest' + archiveType: 'tar' mac-x64: platform: 'mac-x64' imageName: 'macOS-latest' diff --git a/.pipeline/release-pipeline.yml b/.pipeline/release-pipeline.yml index ab22aa3..694435a 100644 --- a/.pipeline/release-pipeline.yml +++ b/.pipeline/release-pipeline.yml @@ -3,6 +3,10 @@ trigger: pr: none strategy: matrix: + linux: + platform: 'ubuntu' + imageName: 'ubuntu-latest' + archiveType: 'tar' mac-x64: platform: 'mac-x64' imageName: 'macOS-latest' diff --git a/package.json b/package.json index 5efc0d8..6686e3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "azuredatastudio-postgresql", "displayName": "PostgreSQL", - "version": "0.3.1", + "version": "0.4.0", "publisher": "Microsoft", "description": "PostgreSQL extension for Azure Data Studio", "aiKey": "c2c974c2-f342-42c8-b85b-b79436a86603", From cd2524bfd6cea885950eba884e78d4e7d167bc44 Mon Sep 17 00:00:00 2001 From: Naia Scott Date: Thu, 8 Jun 2023 14:11:32 -0400 Subject: [PATCH 2/2] config --- src/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index 35842ba..6448f3b 100644 --- a/src/config.json +++ b/src/config.json @@ -5,7 +5,8 @@ "Windows_64": "win-x64.zip", "Windows_86": "win-x86.zip", "OSX": "osx.tar.gz", - "OSX_ARM64": "osx-arm64.tar.gz" + "OSX_ARM64": "osx-arm64.tar.gz", + "Linux": "linux.tar.gz" }, "installDirectory": "ossdbtoolsservice/{#platform#}/{#version#}", "executableFiles": [