Skip to content

Commit 0f983ad

Browse files
PerkseyThomasMiz
andauthored
Stop always generating & building legacy solutions (#625)
* Stop always generating & building legacy solutions * Fixed broken references Co-authored-by: ThomasMiz <[email protected]>
1 parent 069b45b commit 0f983ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/infrastructure/Silk.NET.NUKE/Projects.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ bool hasDesktopMsBuild
5959
originalSolution.RemoveProject(proj);
6060
}
6161

62-
if (!featureSet.GenerateExclusiveSln)
62+
if (!featureSet.GenerateExclusiveSln || !featureSetUsed)
6363
{
64-
break;
64+
continue;
6565
}
6666

6767
var sln = ParseSolution(originalSolutionPath);

0 commit comments

Comments
 (0)