1 write to AppHostProjectDirectory
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
50
AppHostProjectDirectory
= Path.Combine(RootDir, $"{Id}.AppHost");
5 references to AppHostProjectDirectory
Aspire.EndToEnd.Tests (5)
IntegrationServicesFixture.cs (1)
68
_testOutput.WriteLine($" TestProject: {Project.
AppHostProjectDirectory
}");
tests\Shared\TemplatesTesting\AspireProject.cs (4)
151
File.Copy(Path.Combine(BuildEnvironment.TestAssetsPath, "EndPointWriterHook_cs"), Path.Combine(project.
AppHostProjectDirectory
, "EndPointWriterHook.cs"));
152
string programCsPath = Path.Combine(project.
AppHostProjectDirectory
, "Program.cs");
186
WorkingDirectory =
AppHostProjectDirectory
249
_testOutput.WriteLine($"----------- [{Path.GetFileName(
AppHostProjectDirectory
)}] app has exited -------------");