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);