3 references to GetPublishPaths
Infrastructure.Tests (3)
CreateLayout\CreateLayoutTests.cs (3)
19
var expectedPaths =
GetPublishPaths
(workspace.Path, configuration);
21
foreach (var path in expectedPaths.Concat(
GetPublishPaths
(workspace.Path, otherConfiguration)))
40
var nonRidPath =
GetPublishPaths
(workspace.Path, "Debug")[^1];