Skip to content

Commit

Permalink
Avoid downloading test packages to the global packages folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Sep 21, 2021
1 parent 686468a commit 8b12e89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ private async Task<ImmutableArray<MetadataReference>> ResolveCoreAsync(string la
var downloadResult = await downloadResource.GetDownloadResourceResultAsync(
packageToInstall,
new PackageDownloadContext(cacheContext),
SettingsUtility.GetGlobalPackagesFolder(settings),
temporaryPackagesFolder,
logger,
cancellationToken);

Expand Down

0 comments on commit 8b12e89

Please sign in to comment.