Skip to content

Commit b766c93

Browse files
bschnurrCopilot
andcommitted
Enable publishExtension in stable release pipeline
Set publishExtension parameter default to true so stable releases publish the extension automatically. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 260fe4c commit b766c93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/azure-devdiv-pipeline.stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ parameters:
2828
- name: publishExtension
2929
displayName: 🚀 Publish Extension
3030
type: boolean
31-
default: false
31+
default: true
3232

3333
- name: buildPlatforms
3434
type: object

0 commit comments

Comments
 (0)