We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacd003 commit d01ea11Copy full SHA for d01ea11
AppHandling/Run-AlPipeline.ps1
@@ -482,7 +482,7 @@ function GetInstalledApps {
482
[string] $packagesFolder,
483
[bool] $filesOnly
484
)
485
- if ($bcAuthContext -and $environment) {
+ if ($bcAuthContext -and $environment -and $environment -notlike ('https://*')) {
486
# PublishedAs is either "Global", " PTE" or " Dev" (with leading space)
487
$installedExtensions = Get-BcInstalledExtensions -bcAuthContext $bcAuthContext -environment $environment
488
$installedApps = $installedExtensions | Where-Object { $_.IsInstalled } | ForEach-Object {
0 commit comments