Skip to content

Commit

Permalink
Merge pull request #404 from microsoft/nasc/linuxBuild68
Browse files Browse the repository at this point in the history
Update build pipelines for including Linux.
  • Loading branch information
nasc17 authored Jun 9, 2023
2 parents 8b8c335 + cd2524b commit 0c39d79
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .pipeline/insiders-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 4 additions & 0 deletions .pipeline/pullrequest-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ pr:
- master
strategy:
matrix:
linux:
platform: 'ubuntu'
imageName: 'ubuntu-latest'
archiveType: 'tar'
mac-x64:
platform: 'mac-x64'
imageName: 'macOS-latest'
Expand Down
4 changes: 4 additions & 0 deletions .pipeline/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 0c39d79

Please sign in to comment.