Skip to content

Commit 5b57797

Browse files
authored
Too fast (#3364)
Co-authored-by: freddydk <[email protected]>
1 parent 7b29e4c commit 5b57797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AppHandling/Publish-NavContainerApp.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ try {
145145
Get-NAVAppInfo -ServerInstance $serverInstance -TenantSpecificProperties -tenant 'default' | Where-Object { $_.IsInstalled -eq $true -and ((-not $useDevEndpoint.IsPresent) -or ($_.Scope -eq 'Global')) } | ForEach-Object {
146146
Get-NAVAppInfo -ServerInstance $serverInstance -TenantSpecificProperties -tenant 'default' -id $_.AppId.value -publisher $_.publisher -name $_.name -version $_.Version } | ForEach-Object {
147147
@{ "id" = $_.appId.value.ToString(); "publisher" = $_.publisher; "name" = $_.name; "version" = $_.Version }
148+
}
148149
}
149150
}
150151
else {

0 commit comments

Comments
 (0)