2 writes to RepoRoot
Aspire.EndToEnd.Tests (2)
tests\Shared\WorkloadTesting\BuildEnvironment.cs (2)
71
RepoRoot
= TestUtils.FindRepoRoot();
261
RepoRoot
= otherBuildEnvironment.RepoRoot;
9 references to RepoRoot
Aspire.EndToEnd.Tests (9)
IntegrationServicesFixture.cs (2)
52
if (BuildEnvironment.
RepoRoot
is null)
56
_testProjectPath = Path.Combine(BuildEnvironment.
RepoRoot
.FullName, "tests", "testproject");
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
;