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