2 writes to RepoRoot
Aspire.Workload.Tests (2)
tests\Shared\WorkloadTesting\BuildEnvironment.cs (2)
72
RepoRoot
= TestUtils.FindRepoRoot();
262
RepoRoot
= otherBuildEnvironment.RepoRoot;
7 references to RepoRoot
Aspire.Workload.Tests (7)
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
;