1 write to _nugetCachePath
WorkloadBuildTasks (1)
InstallWorkloadFromArtifacts.cs (1)
68_nugetCachePath = Path.Combine(_tempDir, "nuget-cache");
2 references to _nugetCachePath
WorkloadBuildTasks (2)
InstallWorkloadFromArtifacts.cs (2)
236["NUGET_PACKAGES"] = _nugetCachePath 308if (!PackageInstaller.Install(new[] { pkgRef }, nugetConfigContents, _tempDir, Log, stopOnMissing, packagesPath: _nugetCachePath))