This commit is contained in:
Родитель
044e427ffe
Коммит
cf2a4906e2
|
@ -1063,6 +1063,7 @@ function GetAppInfo {
|
|||
Write-Host "Dependencies"
|
||||
$manifest.Dependencies | Out-Host
|
||||
Write-Host "done"
|
||||
$manifest.Dependencies.GetEnumerator() | ForEach-Object { Write-Host 'xx'; Write-Host $_.AppId }
|
||||
$appInfo = @{
|
||||
"appId" = $manifest.AppId
|
||||
"publisher" = $manifest.AppPublisher
|
||||
|
|
Загрузка…
Ссылка в новой задаче