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
Because libman (namely with unpkg provider) regularly takes >20s or experiences timeouts we regularly disable restore on build. However restore on build is required for CI to produce usable artifacts.
On multiple occasions we've subsequently/accidentally committed the removal of the package, effectively breaking our artifacts.
I'd like there to be consideration for another means of enabling/disabling libman restore on build that only affects the local machine. E.G. persist the option to the hidden .vs folder if that's at all possible.