Main Content
updateDependencies
Update project dependencies
Description
updateDependencies(
runs a
dependency analysis on the specified project to update the known dependencies
between project files. After the first dependency analysis, running
proj
)updateDependencies
incrementally updates the
results.
updateDependencies(
specifies additional options as one or more name-value arguments. For example, to
analyze dependencies inside add-ons, set the proj
,Name=Value
)AnalyzeAddOns
argument to true
.
If you change the analysis options, the next time you call
updateDependencies
, a full analysis runs
automatically.