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)
135
var dcpVersion = GetDcpVersionFromRepo(
_repoRoot
, buildOs, buildArch);
156
<RepoRoot>{
_repoRoot
}</RepoRoot>
163
<AspireDashboardDir>{
_repoRoot
}artifacts/bin/Aspire.Dashboard/Debug/net8.0/</AspireDashboardDir>
194
var projectPath = Path.Combine(
_repoRoot
, "src", integration.Name, $"{integration.Name}.csproj");
213
var hostingPath = Path.Combine(
_repoRoot
, "src", "Aspire.Hosting", "Aspire.Hosting.csproj");
235
var appHostInTargets = Path.Combine(
_repoRoot
, "src", "Aspire.Hosting.AppHost", "build", "Aspire.Hosting.AppHost.in.targets");
236
var sdkInTargets = Path.Combine(
_repoRoot
, "src", "Aspire.AppHost.Sdk", "SDK", "Sdk.in.targets");
248
var dashboardProject = Path.Combine(
_repoRoot
, "src", "Aspire.Dashboard", "Aspire.Dashboard.csproj");
255
var remoteHostProject = Path.Combine(
_repoRoot
, "src", "Aspire.Hosting.RemoteHost", "Aspire.Hosting.RemoteHost.csproj");
385
var repoDirectoryPackagesProps = Path.Combine(
_repoRoot
, "Directory.Packages.props");
643
if (BundleDiscovery.TryGetRepoLocalManagedPath(
_repoRoot
) is { } terminalHostPath