You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host"::WARNING::App $($appJson.name) is already installed in version $installedVersion, which is higher than $currentVersion, used in app.json. In order to install version $currentVersion, the higher version must be uninstalled first."
74
+
}
75
+
}
76
+
}
77
+
}
78
+
53
79
functionInstallOrUpgradeApps {
54
80
Param(
55
81
[hashtable] $bcAuthContext,
@@ -403,6 +429,9 @@ else {
403
429
if ($syncMode-eq'ForceSync') { $syncMode='Force' }
0 commit comments