This commit is contained in:
Freddy Kristiansen 2019-09-28 20:07:31 +02:00
Родитель 7a3f3030e9
Коммит 2d07ac4de1
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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