Skip to content

Commit

Permalink
Merge pull request #904 from sharwell/extract-temp
Browse files Browse the repository at this point in the history
Avoid downloading test packages to the global packages folder
  • Loading branch information
Cosifne authored Sep 21, 2021
2 parents 686468a + 8b12e89 commit 1c5cbe8
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 1c5cbe8

Please sign in to comment.