Skip to content

Commit

Permalink
Merge pull request #471 from microsoft/Snap_v0.6.0_914
Browse files Browse the repository at this point in the history
Snap for version 0.6.0
  • Loading branch information
nasc17 authored Dec 4, 2023
2 parents 649042b + e42999c commit 750e3e4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 60 deletions.
3 changes: 1 addition & 2 deletions .pipeline/release-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
trigger:
- release
trigger: none
pr: none
jobs:
- job: build_artifacts
Expand Down
5 changes: 2 additions & 3 deletions .pipeline/snap-pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
trigger: none
pr:
- release
pr: none
jobs:
- job: build_artifacts
displayName: Build and Publish Artifacts
pool:
vmImage: 'windows-latest'
steps:
- template: templates/build-snap.yml
- template: templates/build.yml
- template: templates/code-sign.yml
- task: CopyFiles@2
condition: always()
Expand Down
51 changes: 0 additions & 51 deletions .pipeline/templates/build-snap.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .pipeline/templates/code-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ steps:
- task: EsrpCodeSigning@3
displayName: 'Code Signing'
inputs:
ConnectedServiceName: 'Database System ESRP Connector'
ConnectedServiceName: 'OrcaSQL ESRP Code Sign'
FolderPath: '$(Build.SourcesDirectory)'
Pattern: '*.vsix'
useMinimatch: true
Expand All @@ -28,5 +28,4 @@ steps:
]
SessionTimeout: '60'
MaxConcurrency: '50'
MaxRetryAttempts: '5'
condition: eq(variables['platform'], 'windows')
MaxRetryAttempts: '5'
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.5.1",
"version": "0.6.0",
"publisher": "Microsoft",
"description": "PostgreSQL extension for Azure Data Studio",
"aiKey": "c2c974c2-f342-42c8-b85b-b79436a86603",
Expand Down

0 comments on commit 750e3e4

Please sign in to comment.