X Tutup
Skip to content

Commit 00b8b2e

Browse files
Merged PR 37183: [release/v7.5] Update vPack name (#26221)
[release/v7.5] Update vPack name (#26221) ---- #### AI description (iteration 1) #### PR Classification This pull request is a configuration update for the release pipeline. #### PR Summary The changes update the pipeline parameter for the vPack name to align with new naming conventions. - In `/.pipelines/PowerShell-vPack-Official.yml`, the default value for `vPackName` is changed from `'PowerShell'` to `'PowerShell.BuildTool'` and the new value is added to the list of valid options. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
1 parent 2c85bf3 commit 00b8b2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pipelines/PowerShell-vPack-Official.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ parameters: # parameters are shown up in ADO UI in a build queue time
1111
- name: vPackName
1212
type: string
1313
displayName: 'VPack Name:'
14-
default: 'PowerShell'
14+
default: 'PowerShell.BuildTool'
1515
values:
16+
- PowerShell.BuildTool
1617
- PowerShell
1718
- PowerShellDoNotUse
1819
- name: 'ReleaseTagVar'

0 commit comments

Comments
 (0)
X Tutup