1 write to _integrationLibsPath
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
115_integrationLibsPath = await _nugetService.RestorePackagesAsync(
3 references to _integrationLibsPath
aspire (3)
Projects\PrebuiltAppHostServer.cs (3)
269if (_integrationLibsPath is not null) 271_logger.LogDebug("Setting ASPIRE_INTEGRATION_LIBS_PATH to {Path}", _integrationLibsPath); 272startInfo.Environment["ASPIRE_INTEGRATION_LIBS_PATH"] = _integrationLibsPath;