Skip to content

Commit

Permalink
Merge pull request #424 from microsoft/nasc/build75
Browse files Browse the repository at this point in the history
Update build for all run ids when online
  • Loading branch information
nasc17 authored Jul 6, 2023
2 parents b6c1d84 + c03fe67 commit 1c07341
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .pipeline/templates/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ steps:
"OSX" = "${env:OSX}.tar.gz"
"OSX_ARM64" = "${env:OSX-ARM64}.tar.gz"
"Linux_64" = "${env:LINUX-X64}.tar.gz"
"Linux_86" = "${env:LINUX-X64}.tar.gz"
"Ubuntu_14" = "${env:LINUX-X64}.tar.gz"
"Ubuntu_16" = "${env:LINUX-X64}.tar.gz"
"CentOS_7" = "${env:LINUX-X64}.tar.gz"
"Debian_8" = "${env:LINUX-X64}.tar.gz"
"Fedora_23" = "${env:LINUX-X64}.tar.gz"
"OpenSUSE_13_2" = "${env:LINUX-X64}.tar.gz"
"RHEL_7" = "${env:LINUX-X64}.tar.gz"
"SLES_12_2" = "${env:LINUX-X64}.tar.gz"
}
"installDirectory" = "ossdbtoolsservice/{#platform#}/{#version#}"
"executableFiles" = @(
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.4.0",
"version": "0.4.2",
"publisher": "Microsoft",
"description": "PostgreSQL extension for Azure Data Studio",
"aiKey": "c2c974c2-f342-42c8-b85b-b79436a86603",
Expand Down

0 comments on commit 1c07341

Please sign in to comment.