1 write to _repoRoot
aspire (1)
Projects\DotNetBasedAppHostServerProject.cs (1)
71_repoRoot = Path.GetFullPath(repoRoot) + Path.DirectorySeparatorChar;
10 references to _repoRoot
aspire (10)
Projects\DotNetBasedAppHostServerProject.cs (10)
138var dcpVersion = GetDcpVersionFromRepo(_repoRoot, buildOs, buildArch); 159<RepoRoot>{_repoRoot}</RepoRoot> 166<AspireDashboardDir>{_repoRoot}artifacts/bin/Aspire.Dashboard/Debug/net11.0/</AspireDashboardDir> 197var projectPath = Path.Combine(_repoRoot, "src", integration.Name, $"{integration.Name}.csproj"); 216var hostingPath = Path.Combine(_repoRoot, "src", "Aspire.Hosting", "Aspire.Hosting.csproj"); 238var appHostInTargets = Path.Combine(_repoRoot, "src", "Aspire.Hosting.AppHost", "build", "Aspire.Hosting.AppHost.in.targets"); 239var sdkInTargets = Path.Combine(_repoRoot, "src", "Aspire.AppHost.Sdk", "SDK", "Sdk.in.targets"); 251var remoteHostProject = Path.Combine(_repoRoot, "src", "Aspire.Hosting.RemoteHost", "Aspire.Hosting.RemoteHost.csproj"); 389var repoDirectoryPackagesProps = Path.Combine(_repoRoot, "Directory.Packages.props"); 647if (BundleDiscovery.TryGetRepoLocalManagedPath(_repoRoot) is { } terminalHostPath