2 writes to RepoRoot
Aspire.EndToEnd.Tests (2)
tests\Shared\WorkloadTesting\BuildEnvironment.cs (2)
72
RepoRoot
= TestUtils.FindRepoRoot();
262
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)
75
if (
RepoRoot
is not null)
80
var sdkFromArtifactsPath = Path.Combine(
RepoRoot
!.FullName, "artifacts", "bin", sdkDirName);
90
$"Could not find a sdk with the workload installed at {sdkFromArtifactsPath} computed from {nameof(
RepoRoot
)}={
RepoRoot
}." +
109
BuiltNuGetsPath = Path.Combine(
RepoRoot
.FullName, "artifacts", "packages", EnvironmentVariables.BuildConfiguration, "Shipping");
111
PlaywrightProvider.DetectAndSetInstalledPlaywrightDependenciesPath(
RepoRoot
);
262
RepoRoot = otherBuildEnvironment.
RepoRoot
;