Uh oh!
There was an error while loading. Please reload this page.
Enable restore for ref and src projects in libraries - #33242
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
I see, we should try to clean up this mode, even if it means doing something slightly different for these. I was hoping to completely eliminate this hack.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Enabling project restore for ref and src projects (any by that any others as well).
joperezr
commented
Mar 9, 2020
@ViktorHofer 😆 🤣 |
jaredpar
commented
Mar 9, 2020
ViktorHofer
commented
Mar 10, 2020
Failure is #13295 |
This reverts commit 981cc64.


Fixes#29953
Contributes towards #31844
Upfront restore is now taking far too long, presumably because of project evaluation or multiple globs. I'm considering making restore implicit (during the build of the refs, sources and tests) so that the initial restore only handles the depproj files. Under a switch the restore target would still be able to upfront restore everything (CI mode).
Later when we removed all depproj files and sequenced everything into the build, we can remove the
-restoreaction which is passed to the Arcade's Build.proj so that the-restoreaction is only invoked on demand (CI or before going offline, ie airplane).Requires
cc @Anipik@joperezr@safern