2 writes to RepoRoot
Aspire.EndToEnd.Tests (2)
tests\Shared\TemplatesTesting\BuildEnvironment.cs (2)
68
RepoRoot
= TestUtils.FindRepoRoot();
272
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\TemplatesTesting\BuildEnvironment.cs (7)
71
if (
RepoRoot
is not null)
76
var sdkFromArtifactsPath = Path.Combine(
RepoRoot
!.FullName, "artifacts", "bin", sdkDirName);
86
$"Could not find a sdk with the workload installed at {sdkFromArtifactsPath} computed from {nameof(
RepoRoot
)}={
RepoRoot
}." +
108
BuiltNuGetsPath = Path.Combine(
RepoRoot
.FullName, "artifacts", "packages", "Debug", "Shipping");
111
PlaywrightProvider.DetectAndSetInstalledPlaywrightDependenciesPath(
RepoRoot
);
272
RepoRoot = otherBuildEnvironment.
RepoRoot
;