Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make source-build-reference-packages use a local package cache dir #1605

Open
dagood opened this issue Jun 2, 2020 · 1 comment
Open

Make source-build-reference-packages use a local package cache dir #1605

dagood opened this issue Jun 2, 2020 · 1 comment
Labels
area-infra Source-build infrastructure and reporting

Comments

@dagood
Copy link
Member

dagood commented Jun 2, 2020

The source-build-reference-packages build involves restoring some locally-built packages that are forced to be ref-only, unlike the copies available on the NuGet gallery. This may pollute the user's cache, or the user's cache might interfere with the SBRP build.

We should be careful not to affect any global/user state during the build.

We might just need to add something like export NUGET_PACKAGES="$scriptroot/packages/"?

@dagood dagood added the area-infra Source-build infrastructure and reporting label Jun 2, 2020
@crummel
Copy link
Contributor

crummel commented Oct 26, 2022

[Scrub] This remains an issue. I built SBRP locally and the user NuGet cache was populated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infra Source-build infrastructure and reporting
Projects
Status: Backlog
Development

No branches or pull requests

4 participants