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