Skip to content

Commit c47db95

Browse files
authored
Check Create and Submit in vPack build by default (PowerShell#24181)
1 parent cbb61b3 commit c47db95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/PowerShell-vPack-Official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters: # parameters are shown up in ADO UI in a build queue time
66
- name: 'createVPack'
77
displayName: 'Create and Submit VPack'
88
type: boolean
9-
default: false
9+
default: true
1010
- name: 'debug'
1111
displayName: 'Enable debug output'
1212
type: boolean

0 commit comments

Comments
 (0)