Accept longer container names
This commit is contained in:
Родитель
7a3f3030e9
Коммит
2d07ac4de1
|
@ -166,7 +166,7 @@ function Check-NavContainerName {
|
|||
}
|
||||
|
||||
if ($containerName.Length -gt 15) {
|
||||
throw "Container name should not exceed 15 characters"
|
||||
Write-Host "WARNING: Container name should not exceed 15 characters"
|
||||
}
|
||||
|
||||
$first = $containerName.ToLowerInvariant()[0]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
0.6.4.5
|
||||
Remove Parameter Set on Create-AlProjectFolderFromNavContainer - has caused confusion and blocks defaulting of id, publisher etc.
|
||||
BugFix: ImportTestToolkitToNavContainer running as non-administrator in 15.x containers fails
|
||||
Change New-NavContainer to accept containernames longer than 15 characters - change error to warning
|
||||
|
||||
0.6.4.4
|
||||
Add -usePublicWebBaseUrl to Get-TestsFromBcContainer and Run-TestsInBcContainer to use the public Web Base Url instead of localhost
|
||||
|
|
Загрузка…
Ссылка в новой задаче