File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ try {
108
108
}
109
109
else {
110
110
$inArgs += @ { " ServerInstance" = $ServerInstance }
111
- $apps = Get-NAVAppInfo @inArgs | Where-Object { (! $installedOnly ) -or ($_.IsInstalled -eq $true ) } | ForEach-Object { Get-NAVAppInfo - id $ _.AppId - publisher $_.publisher - name $_.name - version $_.Version @inArgs }
111
+ $apps = Get-NAVAppInfo @inArgs | Where-Object { (! $installedOnly ) -or ($_.IsInstalled -eq $true ) } | ForEach-Object { Get-NAVAppInfo - id " $ ( $ _.AppId ) " - publisher $_.publisher - name $_.name - version $_.Version @inArgs }
112
112
}
113
113
114
114
if ($sort -ne " None" ) {
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Issue 3347 Download-BcNuGetPackageToFolder to support package description for ap
3
3
Support dependency version templates on NuGet packages
4
4
Issue 3349 NuGet package files section name is wrong when using azure blob storage direct download url
5
5
Issue 3358 Run-TestsInBcContainer using Windows Authentication doesn't work if exactly one user exists in the tenant
6
+ Fix error in Get-BcContainerAppInfo in NextMajor
6
7
7
8
6.0.6
8
9
Include Microsoft_Business Foundation Test Libraries.app when importing test libraries (and tests)
You can’t perform that action at this time.
0 commit comments