Skip to content

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

Closed
dotnet/source-build-reference-packages
#1185
@dagood

Description

@dagood

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/"?

Metadata

Metadata

Assignees

Labels

area-infraSource-build infrastructure and reporting

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions