5 references to AppHostProjectDirectory
Aspire.Workload.Tests (5)
BuildAndRunTemplateTests.cs (1)
78
var projectName = Directory.GetFiles(project.
AppHostProjectDirectory
, "*.csproj").FirstOrDefault();
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 -------------");