3 references to GetExpectedRuntimeAssemblyPath
Aspire.Hosting.RemoteHost.Tests (3)
LayoutCommandTests.cs (3)
85
await File.WriteAllTextAsync(assetsPath, CreateAssetsJsonWithRuntimeSpecificTarget(workspaceRoot, GetCurrentRuntimeIdentifier(),
GetExpectedRuntimeAssemblyPath
()));
191
assembly.GetProperty("path").GetString() == Path.Combine(packageRoot,
GetExpectedRuntimeAssemblyPath
().Replace('/', Path.DirectorySeparatorChar)));
284
var runtimeAssemblyPath =
GetExpectedRuntimeAssemblyPath
();