2 writes to RepoRoot
Aspire.Templates.Tests (2)
tests\Shared\TemplatesTesting\BuildEnvironment.cs (2)
76
RepoRoot
= TestUtils.FindRepoRoot();
280
RepoRoot
= otherBuildEnvironment.RepoRoot;
7 references to RepoRoot
Aspire.Templates.Tests (7)
tests\Shared\TemplatesTesting\BuildEnvironment.cs (7)
79
if (
RepoRoot
is not null)
84
var sdkFromArtifactsPath = Path.Combine(
RepoRoot
!.FullName, "artifacts", "bin", sdkDirName);
94
$"Could not find a sdk with the workload installed at {sdkFromArtifactsPath} computed from {nameof(
RepoRoot
)}={
RepoRoot
}." +
116
BuiltNuGetsPath = Path.Combine(
RepoRoot
.FullName, "artifacts", "packages", "Debug", "Shipping");
119
PlaywrightProvider.DetectAndSetInstalledPlaywrightDependenciesPath(
RepoRoot
);
280
RepoRoot = otherBuildEnvironment.
RepoRoot
;