Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
nasc17 committed Jun 8, 2023
1 parent 8b8c335 commit 998edf3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
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

0 comments on commit 998edf3

Please sign in to comment.