Skip to content

Commit f19d8c6

Browse files
authored
Merge pull request #132 from IBM-Cloud/steveclay-remove-sdk-win
Remove SDK-Gen from Windows Installer
2 parents 79f8e4c + be3b4ce commit f19d8c6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

windows-installer/idt-win-installer.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@ function install_plugins {
249249
$plugins = "Cloud-Functions",
250250
"container-registry",
251251
"container-service",
252-
"dev",
253-
"sdk-gen"
252+
"dev"
254253

255254
$bx_command = get-command bx -erroraction 'silentlycontinue'
256255
if( $bx_command ) {

0 commit comments

Comments
 (0)