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
The bootstrapper uses a cache under %userprofile%.netcoreeng. This is analogous to NuGet cache; but just like “-ci” uses a private cache ($(RepoRoot).packages or something like that), the native tool bootstrapper should be able to use a private cache for CI builds as well (for e.g., $(RepoRoot).netcoreeng).
NuGet provides a handy away to clear its cache (nuget locals all -clear), but there is no handy analog for clearing the native-bootstrapper cache
The text was updated successfully, but these errors were encountered:
The bootstrapper uses a cache under %userprofile%.netcoreeng. This is analogous to NuGet cache; but just like “-ci” uses a private cache ($(RepoRoot).packages or something like that), the native tool bootstrapper should be able to use a private cache for CI builds as well (for e.g., $ (RepoRoot).netcoreeng).
The text was updated successfully, but these errors were encountered: