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