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