1 write to _restoreRootConfigDirectory
aspire (1)
Projects\DotNetBasedAppHostServerProject.cs (1)
78
_restoreRootConfigDirectory
= restoreRootConfigDirectory is not null ? Path.GetFullPath(restoreRootConfigDirectory) : null;
3 references to _restoreRootConfigDirectory
aspire (3)
Projects\DotNetBasedAppHostServerProject.cs (3)
323
var userNugetConfig =
_restoreRootConfigDirectory
is null ? FindNuGetConfig(_appPath) : null;
372
if (
_restoreRootConfigDirectory
is not null)
377
.Add(new XElement("RestoreRootConfigDirectory",
_restoreRootConfigDirectory
));