Skip to content

Commit

Permalink
disable VisualStudioInstanceProvider on mono
Browse files Browse the repository at this point in the history
  • Loading branch information
corngood committed Oct 30, 2017
1 parent 6f1f5f1 commit c147de9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public VisualStudioInstanceProvider(ILoggerFactory loggerFactory)

public override ImmutableArray<MSBuildInstance> GetInstances()
{
if (!PlatformHelper.IsWindows)
if (PlatformHelper.IsMono)
{
return NoInstances;
}
Expand Down

0 comments on commit c147de9

Please sign in to comment.