-
-
Notifications
You must be signed in to change notification settings - Fork 281
Open
Description
Lines 1274 to 1276 in 162634c
new_apply = Operations.download_source(ctx) | |
# Install all artifacts | |
Operations.download_artifacts(ctx.env; platform, verbose, io=ctx.io) |
will download all packages + artfacts from packages in the manifest (which will be the whole workspace), not limited to the currently active project.
NHDaly