Skip to content

Commit

Permalink
Engineering - update pre-release pipeline (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru committed Jun 14, 2023
1 parent 1225f78 commit 639916d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/azure-pipeline.pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ resources:
ref: main
endpoint: Monaco

parameters:
- name: publishExtension
displayName: 🚀 Publish Extension
type: boolean
default: false

extends:
template: azure-pipelines/extension/pre-release.yml@templates
parameters:
Expand Down Expand Up @@ -55,3 +61,5 @@ extends:

- script: npm run package
displayName: Build extension

publishExtension: ${{ parameters.publishExtension }}

0 comments on commit 639916d

Please sign in to comment.