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)
323var userNugetConfig = _restoreRootConfigDirectory is null ? FindNuGetConfig(_appPath) : null; 372if (_restoreRootConfigDirectory is not null) 377.Add(new XElement("RestoreRootConfigDirectory", _restoreRootConfigDirectory));