Issue #3055
This commit is contained in:
Родитель
71357d9855
Коммит
dd24718bf3
|
@ -62,9 +62,12 @@ try {
|
|||
$artifactPath = Download-Artifacts $artifactUrl -includePlatform
|
||||
|
||||
$ManagementModule = Get-Item -Path (Join-Path $artifactPath[1] "ServiceTier\program files\Microsoft Dynamics NAV\*\Service\Microsoft.Dynamics.Nav.Management.dll")
|
||||
if (!($ManagementModule)) {
|
||||
$ManagementModule = Get-Item -Path (Join-Path $artifactPath[1] "ServiceTier\program files\Microsoft Dynamics NAV\*\Service\Management\Microsoft.Dynamics.Nav.Management.dll")
|
||||
if (!($ManagementModule)) {
|
||||
throw "Unable to locate management module in artifacts"
|
||||
}
|
||||
}
|
||||
|
||||
$manifest = Get-Content -Path (Join-Path $artifactPath[0] "manifest.json") | ConvertFrom-Json
|
||||
if ($bakFile) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче