2 writes to _testProjectPath
Aspire.EndToEnd.Tests (2)
IntegrationServicesFixture.cs (2)
50_testProjectPath = Path.Combine(BuildEnvironment.TestAssetsPath, "testproject"); 59_testProjectPath = Path.Combine(BuildEnvironment.RepoRoot.FullName, "tests", "testproject");
1 reference to _testProjectPath
Aspire.EndToEnd.Tests (1)
IntegrationServicesFixture.cs (1)
65_project = new AspireProject("TestProject", _testProjectPath, _testOutput, BuildEnvironment);