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