5 references to TestAssetsPath
Aspire.EndToEnd.Tests (5)
IntegrationServicesFixture.cs (1)
47_testProjectPath = Path.Combine(BuildEnvironment.TestAssetsPath, "testproject");
tests\Shared\TemplatesTesting\AspireProject.cs (2)
23Path.Combine(BuildEnvironment.TestAssetsPath, "nuget8.config"); 151File.Copy(Path.Combine(BuildEnvironment.TestAssetsPath, "EndPointWriterHook_cs"), Path.Combine(project.AppHostProjectDirectory, "EndPointWriterHook.cs"));
tests\Shared\TemplatesTesting\BuildEnvironment.cs (2)
150if (!Directory.Exists(TestAssetsPath)) 152throw new ArgumentException($"Cannot find TestAssetsPath={TestAssetsPath}");