1 write to BuildEnvironment
Aspire.EndToEnd.Tests (1)
IntegrationServicesFixture.cs (1)
41
BuildEnvironment
= new(useSystemDotNet: !TestsRunningOutsideOfRepo);
7 references to BuildEnvironment
Aspire.EndToEnd.Tests (7)
IntegrationServicesFixture.cs (7)
44
BuildEnvironment
.EnvVars["TestsRunningOutsideOfRepo"] = "true";
45
BuildEnvironment
.EnvVars["RestoreAdditionalProjectSources"] =
BuildEnvironment
.BuiltNuGetsPath;
46
BuildEnvironment
.EnvVars["SkipAspireWorkloadManifest"] = "true";
52
if (
BuildEnvironment
.RepoRoot is null)
56
_testProjectPath = Path.Combine(
BuildEnvironment
.RepoRoot.FullName, "tests", "testproject");
62
_project = new AspireProject("TestProject", _testProjectPath, _testOutput,
BuildEnvironment
);