Skip to content

Commit

Permalink
filters empty paths
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Sep 18, 2023
1 parent 128d3c2 commit b5b0b17
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ private void CompileProjectReferences(IEnumerable<IReference> referencedDependen

project.Generate();

if(!string.IsNullOrEmpty(ixProjectReference.AxProjectFolder))
compiled.Add(ixProjectReference.AxProjectFolder);

}
Expand Down

0 comments on commit b5b0b17

Please sign in to comment.