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 @@ -404,7 +404,7 @@ try {
404
404
}
405
405
elseif ($clientServicesCredentialType -eq " Windows" ) {
406
406
$windowsUserName = whoami
407
- $allUsers = Get-NAVServerUser - ServerInstance $ServerInstance - tenant $tenant - ErrorAction Ignore
407
+ $allUsers = @ ( Get-NAVServerUser - ServerInstance $ServerInstance - tenant $tenant - ErrorAction Ignore)
408
408
if ($allUsers.count -gt 0 ) {
409
409
$NavServerUser = $allUsers | Where-Object { $_.UserName -eq $windowsusername }
410
410
if (! ($NavServerUser )) {
Original file line number Diff line number Diff line change 2
2
Issue 3347 Download-BcNuGetPackageToFolder to support package description for app name if title is not specified
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
+ Issue 3358 Run-TestsInBcContainer using Windows Authentication doesn't work if exactly one user exists in the tenant
5
6
6
7
6.0.6
7
8
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