4 references to LocalAspirePath
aspire (4)
Projects\AppHostServerProject.cs (4)
306
if (
LocalAspirePath
is not null)
339
if (
LocalAspirePath
is not null)
341
var repoRoot = Path.GetFullPath(
LocalAspirePath
);
368
var repoRoot = Path.GetFullPath(
LocalAspirePath
!) + Path.DirectorySeparatorChar;