2 writes to RepoRoot
Aspire.Workload.Tests (2)
tests\Shared\WorkloadTesting\BuildEnvironment.cs (2)
71
RepoRoot
= TestUtils.FindRepoRoot();
261
RepoRoot
= otherBuildEnvironment.RepoRoot;
7 references to RepoRoot
Aspire.Workload.Tests (7)
tests\Shared\WorkloadTesting\BuildEnvironment.cs (7)
74
if (
RepoRoot
is not null)
79
var sdkFromArtifactsPath = Path.Combine(
RepoRoot
!.FullName, "artifacts", "bin", sdkDirName);
89
$"Could not find a sdk with the workload installed at {sdkFromArtifactsPath} computed from {nameof(
RepoRoot
)}={
RepoRoot
}." +
108
BuiltNuGetsPath = Path.Combine(
RepoRoot
.FullName, "artifacts", "packages", EnvironmentVariables.BuildConfiguration, "Shipping");
110
PlaywrightProvider.DetectAndSetInstalledPlaywrightDependenciesPath(
RepoRoot
);
261
RepoRoot = otherBuildEnvironment.
RepoRoot
;