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