Skip to content

Commit 5f576f5

Browse files
TravisEz13pwshBot
authored andcommitted
Cherry-pick PR PowerShell#26090 with conflicts for manual resolution
1 parent 33f7ce7 commit 5f576f5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.pipelines/PowerShell-vPack-Official.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ parameters: # parameters are shown up in ADO UI in a build queue time
55
displayName: 'Create and Submit VPack'
66
type: boolean
77
default: true
8+
<<<<<<< HEAD
9+
=======
10+
- name: vPackName
11+
type: string
12+
displayName: 'VPack Name:'
13+
default: 'PowerShell.BuildTool'
14+
values:
15+
- PowerShell.BuildTool
16+
- PowerShell
17+
- PowerShellDoNotUse
18+
- name: 'ReleaseTagVar'
19+
type: string
20+
displayName: 'Release Tag Var:'
21+
default: 'fromBranch'
22+
>>>>>>> 7e081b30b (Update vPack name (#26090))
823
- name: 'debug'
924
displayName: 'Enable debug output'
1025
type: boolean

0 commit comments

Comments
 (0)