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