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)
269
if (
_integrationLibsPath
is not null)
271
_logger.LogDebug("Setting ASPIRE_INTEGRATION_LIBS_PATH to {Path}",
_integrationLibsPath
);
272
startInfo.Environment["ASPIRE_INTEGRATION_LIBS_PATH"] =
_integrationLibsPath
;