|
|
@ -1,11 +1,12 @@ |
|
|
param( |
|
|
param( |
|
|
[string]$Version, |
|
|
[string]$Version, |
|
|
[string]$Registry |
|
|
[string]$Registry, |
|
|
|
|
|
[string]$LeptonXVersion |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
$commands = ( |
|
|
$commands = ( |
|
|
".\publish-mvc.ps1 $Version $Registry", |
|
|
".\publish-mvc.ps1 $Version $Registry", |
|
|
".\publish-ng.ps1 $Version $Registry" |
|
|
".\publish-ng.ps1 $Version $Registry $LeptonXVersion" |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
$NextVersion = $(node publish-utils.js --nextVersion) |
|
|
$NextVersion = $(node publish-utils.js --nextVersion) |
|
|
|