2 writes to RepoRoot
Aspire.Templates.Tests (2)
tests\Shared\TemplatesTesting\BuildEnvironment.cs (2)
72RepoRoot = TestUtils.FindRepoRoot(); 282RepoRoot = otherBuildEnvironment.RepoRoot;
7 references to RepoRoot
Aspire.Templates.Tests (7)
tests\Shared\TemplatesTesting\BuildEnvironment.cs (7)
75if (RepoRoot is not null) 80var sdkFromArtifactsPath = Path.Combine(RepoRoot!.FullName, "artifacts", "bin", sdkDirName); 90$"Could not find a SDK with the necessary components installed at {sdkFromArtifactsPath} computed from {nameof(RepoRoot)}={RepoRoot}." + 112BuiltNuGetsPath = Path.Combine(RepoRoot.FullName, "artifacts", "packages", "Debug", "Shipping"); 115PlaywrightProvider.DetectAndSetInstalledPlaywrightDependenciesPath(RepoRoot); 282RepoRoot = otherBuildEnvironment.RepoRoot;