5 references to AppHostProjectDirectory
Aspire.EndToEnd.Tests (5)
IntegrationServicesFixture.cs (1)
68_testOutput.WriteLine($" TestProject: {Project.AppHostProjectDirectory}");
tests\Shared\WorkloadTesting\AspireProject.cs (4)
133File.Copy(Path.Combine(BuildEnvironment.TestAssetsPath, "EndPointWriterHook_cs"), Path.Combine(project.AppHostProjectDirectory, "EndPointWriterHook.cs")); 134string programCsPath = Path.Combine(project.AppHostProjectDirectory, "Program.cs"); 168WorkingDirectory = AppHostProjectDirectory 231_testOutput.WriteLine($"----------- [{Path.GetFileName(AppHostProjectDirectory)}] app has exited -------------");