Check Create and Submit in vPack build by default (#24181) (#24430)

This commit is contained in:
Aditya Patwardhan 2024-10-15 12:56:14 -07:00 committed by GitHub
parent ddf0da51c0
commit ba6f0705eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ parameters: # parameters are shown up in ADO UI in a build queue time
- name: 'createVPack'
displayName: 'Create and Submit VPack'
type: boolean
default: false
default: true
- name: 'debug'
displayName: 'Enable debug output'
type: boolean