Skip to content

Commit 92b0555

Browse files
committed
Fix syntax error
fixes bcadb41
1 parent bcadb41 commit 92b0555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MainSlnCommon.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<Compile Remove="$(MSBuildProjectDirectory)/debug/**/*" />
5252
</ItemGroup>
5353
<Target Name="UbuntuMispackagedSDKCheck" BeforeTargets="Build">
54-
<Error Condition=" '$(OS)' != 'Windows_NT' && !Exists('$(MSBuildSDKsPath)/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.targets') "
54+
<Error Condition=" '$(OS)' != 'Windows_NT' AND !Exists('$(MSBuildSDKsPath)/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.targets') "
5555
Text="Microsoft.NET.Sdk.WindowsDesktop is missing—if you're on Ubuntu, DON'T install the .NET SDK from the official repos" />
5656
</Target>
5757
</Project>

0 commit comments

Comments
 (0)