1 write to _repoRoot
aspire (1)
Projects\DotNetBasedAppHostServerProject.cs (1)
69_repoRoot = Path.GetFullPath(repoRoot) + Path.DirectorySeparatorChar;
11 references to _repoRoot
aspire (11)
Projects\DotNetBasedAppHostServerProject.cs (11)
135var dcpVersion = GetDcpVersionFromRepo(_repoRoot, buildOs, buildArch); 156<RepoRoot>{_repoRoot}</RepoRoot> 163<AspireDashboardDir>{_repoRoot}artifacts/bin/Aspire.Dashboard/Debug/net8.0/</AspireDashboardDir> 194var projectPath = Path.Combine(_repoRoot, "src", integration.Name, $"{integration.Name}.csproj"); 213var hostingPath = Path.Combine(_repoRoot, "src", "Aspire.Hosting", "Aspire.Hosting.csproj"); 235var appHostInTargets = Path.Combine(_repoRoot, "src", "Aspire.Hosting.AppHost", "build", "Aspire.Hosting.AppHost.in.targets"); 236var sdkInTargets = Path.Combine(_repoRoot, "src", "Aspire.AppHost.Sdk", "SDK", "Sdk.in.targets"); 248var dashboardProject = Path.Combine(_repoRoot, "src", "Aspire.Dashboard", "Aspire.Dashboard.csproj"); 255var remoteHostProject = Path.Combine(_repoRoot, "src", "Aspire.Hosting.RemoteHost", "Aspire.Hosting.RemoteHost.csproj"); 385var repoDirectoryPackagesProps = Path.Combine(_repoRoot, "Directory.Packages.props"); 643if (BundleDiscovery.TryGetRepoLocalManagedPath(_repoRoot) is { } terminalHostPath